1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Update pwm drivers so they do not include "board.h". It is now clear

what all pwm drivers need to compile and what was unnecessarily included
before.
This commit is contained in:
Dominic Clifton 2014-04-17 14:21:56 +01:00
parent 38ec0b6080
commit 86e4e1c98f

View file

@ -1,4 +1,14 @@
#include "board.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "platform.h"
#include "gpio_common.h"
#include "timer_common.h"
#include "pwm_common.h"
/* /*
Configuration maps: Configuration maps: