mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Relocated used code from board.h into appropriate headers, deleted
unused code.
This commit is contained in:
parent
3ef05c0eb9
commit
64d16e1987
15 changed files with 102 additions and 95 deletions
|
@ -1,7 +1,13 @@
|
|||
#include "board.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "sensors_acceleration.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "gps_common.h"
|
||||
|
||||
|
||||
#ifndef FLASH_PAGE_COUNT
|
||||
#define FLASH_PAGE_COUNT 128
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue