fixed sync shift datatypes

This commit is contained in:
Sascha Ittner
2018-02-23 13:16:30 +01:00
parent 38f8a8960a
commit 2c5977f7e9
2 changed files with 4 additions and 4 deletions

View File

@@ -163,9 +163,9 @@ typedef struct {
LCEC_CONF_TYPE_T confType;
uint16_t assignActivate;
uint32_t sync0Cycle;
uint32_t sync0Shift;
int32_t sync0Shift;
uint32_t sync1Cycle;
uint32_t sync1Shift;
int32_t sync1Shift;
} LCEC_CONF_DC_T;
typedef struct {