diff options
Diffstat (limited to 'esp8266/esp_mphal.h')
-rw-r--r-- | esp8266/esp_mphal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/esp8266/esp_mphal.h b/esp8266/esp_mphal.h index e80ede9c91..369b375d9d 100644 --- a/esp8266/esp_mphal.h +++ b/esp8266/esp_mphal.h @@ -40,4 +40,7 @@ void HAL_Delay(uint32_t Delay); void mp_hal_set_interrupt_char(int c); uint32_t mp_hal_get_cpu_freq(void); +#define UART_TASK_ID 0 +void uart_task_init(); + #endif // _INCLUDED_MPHAL_H_ |