Searched refs:OTA_DOWNLOAD_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #ifndef OTA_DOWNLOAD_BLOCK_SIZE32 #define OTA_DOWNLOAD_BLOCK_SIZE 2048 /*OTA download block size:2048*/ macro
15 static unsigned char dl_buf[OTA_DOWNLOAD_BLOCK_SIZE] = {0};16 static unsigned char head_buf[OTA_DOWNLOAD_BLOCK_SIZE] = {0};
Completed in 3 milliseconds