error fix
This commit is contained in:
+6
-6
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user