mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Cleanup accreditation and FIXMEs for uart drivers.
This commit is contained in:
parent
1e357f7966
commit
4f88ff1054
4 changed files with 18 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Authors:
|
||||
* Dominic Clifton/Hydra - Various cleanups for Cleanflight
|
||||
* Bill Nesbitt - Code from AutoQuad
|
||||
* Hamasaki/Timecop - Initial baseflight code
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
@ -11,11 +17,6 @@
|
|||
#include "serial_common.h"
|
||||
#include "serial_uart_common.h"
|
||||
|
||||
/*
|
||||
DMA UART routines idea lifted from AutoQuad
|
||||
Copyright © 2011 Bill Nesbitt
|
||||
*/
|
||||
|
||||
static uartPort_t uartPort1;
|
||||
static uartPort_t uartPort2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue