Revert "Add user_rf_pre_init() function to fix build error with SDK-1.1.0"

This reverts commit 5ff9766908.

The esp-onen-sdk adds the fix for force-requiring user_rf_pre_init() [1].
So we need to drop the user_rf_pre_init function in user_main.c to prevent
multiple definition of `user_rf_pre_init' error.

[1] 4e4590de89
develop
Axel Lin 2015-05-29 10:55:25 +08:00
rodzic 5ff9766908
commit 9f8b8ee117
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -92,9 +92,6 @@ void mqttDataCb(uint32_t *args, const char* topic, uint32_t topic_len, const cha
os_free(dataBuf);
}
void user_rf_pre_init(void)
{
}
void user_init(void)
{