nyx: adjust handling of kfuse return values
This commit is contained in:
@@ -227,7 +227,7 @@ static lv_res_t _fuse_dump_window_action(lv_obj_t * btn)
|
|||||||
static lv_res_t _kfuse_dump_window_action(lv_obj_t * btn)
|
static lv_res_t _kfuse_dump_window_action(lv_obj_t * btn)
|
||||||
{
|
{
|
||||||
u32 buf[KFUSE_NUM_WORDS];
|
u32 buf[KFUSE_NUM_WORDS];
|
||||||
int error = !kfuse_read(buf);
|
int error = kfuse_read(buf);
|
||||||
|
|
||||||
if (!error)
|
if (!error)
|
||||||
error = !sd_mount();
|
error = !sd_mount();
|
||||||
|
|||||||
Reference in New Issue
Block a user