From 602d0d803eb9607dcd949f3ea5ff27c14db4085b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 8 Dec 2019 17:47:58 +0100 Subject: fixed uart data relay bug; fixed all xCreateTask to use new macros for stack size; fixed err type for msgq; --- code/esp32/main/app_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/esp32/main') diff --git a/code/esp32/main/app_main.c b/code/esp32/main/app_main.c index 705e46f..314a313 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -8,9 +8,9 @@ // Main application void app_main() { eos_i2c_init(); - eos_modem_init(); - eos_pcm_init(); eos_net_init(); + eos_pcm_init(); + eos_modem_init(); eos_wifi_init(); eos_sock_init(); eos_bq25895_set_ilim(); -- cgit v1.2.3