Skip to content

Commit

Permalink
[stm32 lib serial] add default tx buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël BRIDAY committed Feb 29, 2024
1 parent d12ff88 commit b430908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machines/cortex-m/armv7em/stm32l432/lib/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include "serial.h"
#include "tpl_app_define.h" /* buffer sizes */

#ifndef SERIAL_TX_BUFFER_SIZE
#define SERIAL_TX_BUFFER_SIZE 16
#endif

/* TX FIFO buffer
* updated in interrupt handler
*/
Expand Down

0 comments on commit b430908

Please sign in to comment.