Make UART0_BUFSIZE configurable by CPU
parent
885798aaca
commit
69809928d3
@ -1,8 +1,6 @@
|
||||
#ifndef __UART0_H
|
||||
#define __UART0_H
|
||||
|
||||
#define UART0_BUFSIZE 32
|
||||
|
||||
extern int uart0_handler_pid;
|
||||
|
||||
#endif /* __UART0_H */
|
||||
|
Loading…
Reference in New Issue