esp_system.h: Fix return type of sdk_system_get_rst_info

This commit is contained in:
Angus Gratton 2015-08-06 16:35:20 +10:00
parent ed0a079d9b
commit e7460de0a1

View file

@ -24,7 +24,7 @@ struct sdk_rst_info{
uint32_t rtn_addr; uint32_t rtn_addr;
}; };
struct rst_info* sdk_system_get_rst_info(void); struct sdk_rst_info* sdk_system_get_rst_info(void);
const char* sdk_system_get_sdk_version(void); const char* sdk_system_get_sdk_version(void);