1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +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,8 @@
/*
* Authors:
* Dominic Clifton - Serial port abstraction, Separation of common STM32 code for cleanflight, various cleanups.
* Hamasaki/Timecop - Initial baseflight code
*/
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>