mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
include/dsp.h: Fix missing semicolon error in dsp.h
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ struct pid_controller_s
|
||||
float KP; /* Proportional coefficient */
|
||||
float KI; /* Integral coefficient */
|
||||
float KD; /* Derivative coefficient */
|
||||
float part[3] /* 0 - proporitonal part
|
||||
float part[3]; /* 0 - proporitonal part
|
||||
* 1 - integral part
|
||||
* 2 - derivative part
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user