We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d747682 commit af16840Copy full SHA for af16840
envie/ota.cpp
@@ -378,9 +378,6 @@ mbed::BlockDevice* get_secondary_bd(void) {
378
} else {
379
return block_info[SECONDARY_BLOCK_DEVICE].file_bd;
380
}
381
-
382
- BOOT_LOG_ERR("Cannot define secondary Blockdevice Instance");
383
- return NULL;
384
385
386
@@ -396,9 +393,6 @@ mbed::BlockDevice* get_scratch_bd(void) {
396
393
397
394
return block_info[SCRATCH_BLOCK_DEVICE].file_bd;
398
395
399
400
401
402
403
404
#endif
0 commit comments