freertos demo use static only for most optmized sram

This commit is contained in:
hathach
2020-03-11 00:09:37 +07:00
parent 65578dec44
commit 487b887f80
10 changed files with 66 additions and 12 deletions
-1
View File
@@ -42,7 +42,6 @@
#define BUTTON_PIN GPIO(GPIO_PORTA, 2)
#define BUTTON_STATE_ACTIVE 0
#define UART_TX_PIN GPIO(GPIO_PORTA, 28)
#define UART_RX_PIN GPIO(GPIO_PORTA, 27)