ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers baidu_iot_ota_error.h Source File

baidu_iot_ota_error.h

00001 #pragma once
00002 
00003 enum error_code {
00004     OTA_NO_ENOUGH_MEM = -1,
00005     OTA_GET_DATA_FAILED = -2,
00006 };