made usart rxbuf large again

This commit is contained in:
2018-01-15 15:46:36 +01:00
parent d1e24608c7
commit 4930f14047
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "platform.h"
#define UUSART_RXBUF_LEN 64
#define UUSART_RXBUF_LEN 128
#define UUSART_TXBUF_LEN 128
/** Private data structure */
-1
View File
@@ -2,7 +2,6 @@
// Created by MightyPork on 2018/01/02.
//
#include <stm32f072xb.h>
#include "platform.h"
#include "comm/messages.h"
#include "unit_base.h"