Skip to content

Commit 1e98c1a

Browse files
author
Owen L - SFE
committed
actually provide the print buffer that was promised
bring me a shrubbery!
1 parent 9a00846 commit 1e98c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/ard_sup/uart/ap3_uart.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ SOFTWARE.
2424
#define AP3_NUM_UART 2
2525

2626
Uart *ap3_uart_handles[AP3_NUM_UART] = {0};
27+
char ap3_g_prfbuf[AM_PRINTF_BUFSIZE];
2728

2829
Uart::Uart(uint8_t instance, ap3_gpio_pin_t pinRX, ap3_gpio_pin_t pinTX, ap3_gpio_pin_t pinRTS, ap3_gpio_pin_t pinCTS)
2930
{

0 commit comments

Comments
 (0)