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 ef795fd commit b7df005Copy full SHA for b7df005
applications/system/hid_app/views/hid_mouse_clicker.c
@@ -77,7 +77,7 @@ static void hid_mouse_clicker_draw_callback(Canvas* canvas, void* context) {
77
btn_label = "Right";
78
break;
79
default:
80
- furi_assert(false);
+ furi_crash();
81
}
82
83
elements_multiline_text_aligned(canvas, 89, 57, AlignCenter, AlignBottom, btn_label);
0 commit comments