1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Moved 'config.[ch]' into the 'config/' directory.

This commit is contained in:
mikeller 2019-10-28 11:12:45 +13:00
parent 9b2fd4c465
commit 4a7904695e
111 changed files with 115 additions and 117 deletions

View file

@ -39,13 +39,11 @@
#include "drivers/nvic.h"
#include "drivers/io.h"
#include "timer.h"
#include "drivers/serial.h"
#include "drivers/timer.h"
#include "serial.h"
#include "serial_softserial.h"
#include "fc/config.h" //!!TODO remove this dependency
#define RX_TOTAL_BITS 10
#define TX_TOTAL_BITS 10