mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +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:
parent
38ec0b6080
commit
86e4e1c98f
1 changed files with 11 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue