You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/user/esp-iot-solution/components/platforms/alink/adaptation/alink_os.c:273:5: warning: 'system_get_time' is deprecated [-Wdeprecated-declarations]
return system_get_time() / 1000;
^
In file included from /home/user/esp-iot-solution/components/platforms/alink/adaptation/alink_os.c:25:0:
/home/user/esp-iot-solution/submodule/esp-idf/components/esp32/include/esp_system.h:96:10: note: declared here
uint32_t system_get_time(void) __attribute__ ((deprecated));
^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: