Browse Source

IO: Add missing float header

sbg
Lorenz Meier 8 years ago
parent
commit
89b37fd727
  1. 1
      src/modules/px4iofirmware/mixer.cpp

1
src/modules/px4iofirmware/mixer.cpp

@ -44,6 +44,7 @@ @@ -44,6 +44,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <float.h>
#include <string.h>
#include <drivers/drv_pwm_output.h>

Loading…
Cancel
Save