1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Fix FAILD typo

This commit is contained in:
Marvin Roger
2015-11-06 14:17:45 +01:00
parent ba3af99a04
commit 0b89b9b467
6 changed files with 22 additions and 22 deletions

View File

@ -38,7 +38,7 @@
#endif
typedef enum {
HTTP_UPDATE_FAILD,
HTTP_UPDATE_FAILED,
HTTP_UPDATE_NO_UPDATES,
HTTP_UPDATE_OK
} t_httpUpdate_return;