1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00
betaflight/drv_uart.h
timecop aae8ef4c3d warnings fixes by gke
git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@104 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
2012-03-06 01:16:27 +00:00

8 lines
180 B
C
Executable file

#pragma once
void uartInit(void);
uint16_t uartAvailable(void);
uint8_t uartRead(void);
uint8_t uartReadPoll(void);
void uartWrite(uint8_t ch);
void uartPrint(char *str);