1
0
Fork 0
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:
Dominic Clifton 2014-05-22 10:02:35 +01:00
parent 1e357f7966
commit 4f88ff1054
4 changed files with 18 additions and 9 deletions

View file

@ -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;