uart disabled so far
This commit is contained in:
14
disabled/uart.h-disabled
Normal file
14
disabled/uart.h-disabled
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef UART_H_
|
||||
#define UART_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#define UART_TX_BUFFER_SIZE 20
|
||||
|
||||
|
||||
void uartInit(void *handleArg);
|
||||
void uartExec(void *handleArg);
|
||||
int putchar(int character);
|
||||
|
||||
#endif // UART_H_
|
Reference in New Issue
Block a user