aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/stm32/adc/adc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/stm32/adc/adc.cpp')
-rw-r--r--src/drivers/stm32/adc/adc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/stm32/adc/adc.cpp b/src/drivers/stm32/adc/adc.cpp
index ca2c9fc73..9130c0c29 100644
--- a/src/drivers/stm32/adc/adc.cpp
+++ b/src/drivers/stm32/adc/adc.cpp
@@ -40,7 +40,7 @@
* and so forth. It avoids the gross complexity of the NuttX ADC driver.
*/
-#include <nuttx/config.h>
+#include <px4_config.h>
#include <board_config.h>
#include <drivers/device/device.h>