Fix compiler error

This commit is contained in:
fvanroie 2021-07-18 17:42:31 +02:00
parent 08838615a9
commit 446a0357d2

View File

@ -383,7 +383,7 @@ static void hasp_attribute_get_part_state(lv_obj_t* obj, const char* attr_in, ch
}
break;
default:
default:; // nothing to do
}
}