Merge branch 'master' into mc_mixer_fix

This commit is contained in:
Anton Babushkin
2014-05-15 14:35:49 +02:00
101 changed files with 6521 additions and 3785 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
#define SIGMA 0.000001f
__EXPORT void pid_init(PID_t *pid, uint8_t mode, float dt_min)
__EXPORT void pid_init(PID_t *pid, pid_mode_t mode, float dt_min)
{
pid->mode = mode;
pid->dt_min = dt_min;