mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Clean up eboot
This commit is contained in:
@ -23,7 +23,8 @@ struct eboot_command {
|
||||
};
|
||||
|
||||
|
||||
void eboot_command_read(struct eboot_command* cmd);
|
||||
|
||||
int eboot_command_read(struct eboot_command* cmd);
|
||||
void eboot_command_write(struct eboot_command* cmd);
|
||||
void eboot_command_clear();
|
||||
|
||||
#endif //EBOOT_COMMAND_H
|
||||
|
Reference in New Issue
Block a user