error fix

This commit is contained in:
YiChin
2019-10-29 11:39:23 +08:00
parent 85021a88b0
commit 9040e85dbb
@@ -53,17 +53,17 @@ typedef void (*InitWorkData) ();
uint16_t _Step; \
uint16_t _StepTime; \
uint16_t _CycleNumber; \
void (*SetVoltOut)(struct VoltOutPara *, uint16_t); \
void (*SetVoltOut) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetVoltOut) (struct VoltOutPara *); \
void (*SetVOrigin)(struct VoltOutPara *, uint16_t); \
void (*SetVOrigin) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetVOrigin) (struct VoltOutPara *); \
void (*SetVStop)(struct VoltOutPara *, uint16_t); \
void (*SetVStop) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetVStop) (struct VoltOutPara *); \
void (*SetStep)(struct VoltOutPara *, uint16_t); \
void (*SetStep) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetStep) (struct VoltOutPara *); \
void (*SetStepTime)(struct VoltOutPara *, uint16_t); \
void (*SetStepTime) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetStepTime) (struct VoltOutPara *); \
void (*SetCycleNumber)(struct VoltOutPara *, uint16_t); \
void (*SetCycleNumber) (struct VoltOutPara *, uint16_t); \
uint16_t (*GetCycleNumber) (struct VoltOutPara *)
struct Measure{