1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00

boards: qemu-i386: remove obsolete UART0_BUFSIZE define

This commit is contained in:
Kaspar Schleiser 2015-09-04 16:48:33 +02:00
parent b38a3493c7
commit 2eb2c8bf7b

View File

@ -31,8 +31,6 @@ extern "C" {
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (8192)
#define THREAD_STACKSIZE_MINIMUM (8192)
#define UART0_BUFSIZE (16)
#define F_CPU (1000000) /* This value is unused in x86 */
#ifdef __cplusplus