Browse Source

LED: Do not depend on POSIX

sbg
Lorenz Meier 10 years ago
parent
commit
cbc70616f9
  1. 1
      src/drivers/led/led.cpp

1
src/drivers/led/led.cpp

@ -38,7 +38,6 @@ @@ -38,7 +38,6 @@
*/
#include <px4_config.h>
#include <px4_posix.h>
#include <drivers/device/device.h>
#include <drivers/drv_led.h>
#include <stdio.h>

Loading…
Cancel
Save