1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

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

clear what all sonar drivers need to compile and what was
unnecessarily included before.
This commit is contained in:
Dominic Clifton 2014-04-17 14:43:08 +01:00
parent 2f07f52cf7
commit 45ce1862cd

View file

@ -1,5 +1,13 @@
#include "board.h"
#include "mw.h"
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "system_common.h"
#include "gpio_common.h"
#include "sonar_hcsr04.h"
#ifdef SONAR