mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
stm32f334-disco/src/stm32_smps.c: fix compilation error
This commit is contained in:
@@ -211,7 +211,7 @@ struct smps_priv_s
|
|||||||
float v_in; /* Voltage input real value in V */
|
float v_in; /* Voltage input real value in V */
|
||||||
float v_out; /* Voltage output real value in V */
|
float v_out; /* Voltage output real value in V */
|
||||||
bool running; /* Running flag */
|
bool running; /* Running flag */
|
||||||
pid_controller_t pid; /* PID controller */
|
pid_controller_f32_t pid; /* PID controller */
|
||||||
float *c_limit_tab; /* Current limit tab */
|
float *c_limit_tab; /* Current limit tab */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user