made usart rxbuf large again

sipo
Ondřej Hruška 6 years ago
parent d1e24608c7
commit 4930f14047
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      units/usart/_internal.h
  2. 1
      units/usart/unit_usart.c

@ -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 */

@ -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"

Loading…
Cancel
Save