mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Fix uboot startup
This commit is contained in:
@ -150,7 +150,7 @@ int copy_raw(const uint32_t src_addr,
|
||||
|
||||
void main()
|
||||
{
|
||||
int res;
|
||||
int res = 9;
|
||||
struct eboot_command cmd;
|
||||
|
||||
eboot_command_read(&cmd);
|
||||
|
Reference in New Issue
Block a user