From 733d773bcc75b33479e0e624ee3175b2a8959011 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 26 Mar 2018 13:00:32 +0200 Subject: [PATCH] drv_pwm_output: include board config header - board config can define PX4_PWM_ALTERNATE_RANGES which needs to be known by the compiler prior to processing this file Signed-off-by: Roman --- src/drivers/drv_pwm_output.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/drv_pwm_output.h b/src/drivers/drv_pwm_output.h index 07e979e040..553e0390fc 100644 --- a/src/drivers/drv_pwm_output.h +++ b/src/drivers/drv_pwm_output.h @@ -46,6 +46,7 @@ #include #include +#include #include "drv_orb_dev.h"