Browse Source

Needed math.h

sbg
David Sidrane 8 years ago committed by Lorenz Meier
parent
commit
b6362ed87c
  1. 1
      src/examples/px4_simple_app/px4_simple_app.c

1
src/examples/px4_simple_app/px4_simple_app.c

@ -45,6 +45,7 @@ @@ -45,6 +45,7 @@
#include <stdio.h>
#include <poll.h>
#include <string.h>
#include <math.h>
#include <uORB/uORB.h>
#include <uORB/topics/sensor_combined.h>

Loading…
Cancel
Save