1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

STM32F30x - de-duplicate common uart code.

This commit is contained in:
Dominic Clifton 2014-05-02 21:19:19 +01:00
parent 89b9a0492f
commit 9a3c922efc
10 changed files with 245 additions and 394 deletions

View file

@ -6,7 +6,7 @@
#include "drivers/system_common.h"
#include "drivers/serial_common.h"
#include "drivers/serial_uart.h"
#include "drivers/serial_uart_common.h"
#include "serial_common.h"
#include "failsafe.h"