esp_system.h: Fix return type of sdk_system_get_rst_info
This commit is contained in:
parent
ed0a079d9b
commit
e7460de0a1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct sdk_rst_info{
|
|||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue