1
0
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:
Ivan Grokhotkov
2015-06-01 13:33:56 +03:00
parent c66a60d972
commit bdf24031eb
4 changed files with 3 additions and 3 deletions

View File

@ -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);