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

Fix typo.

This commit is contained in:
Stavros Korokithakis
2015-11-28 16:37:36 +02:00
parent 14949f50d6
commit e9f2f1c989
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ typedef enum {
OTA_AUTH_ERROR,
OTA_BEGIN_ERROR,
OTA_CONNECT_ERROR,
OTA_RECIEVE_ERROR,
OTA_RECEIVE_ERROR,
OTA_END_ERROR
} ota_error_t;