We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aece3c3 commit dbb1d36Copy full SHA for dbb1d36
cores/arduino/ard_sup/uart/ap3_uart.cpp
@@ -24,6 +24,7 @@ SOFTWARE.
24
#define AP3_NUM_UART 2
25
26
Uart *ap3_uart_handles[AP3_NUM_UART] = {0};
27
+char ap3_g_prfbuf[AM_PRINTF_BUFSIZE];
28
29
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)
30
{
0 commit comments