Merge pull request #59 from AxelLin/master

Add user_rf_pre_init() function to fix build error with SDK-1.1.0
develop
Tuan PM 2015-05-26 15:52:14 +07:00
commit 42798bcba5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -92,6 +92,9 @@ 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)
{