diff --git a/src/components/screen.h b/src/components/screen.h index 86e3c81..f488898 100644 --- a/src/components/screen.h +++ b/src/components/screen.h @@ -23,7 +23,7 @@ typedef struct nn_screen { bool isOn; bool isTouchModeInverted; bool isPrecise; - bool isDirty; + bool isDirty; // ooh la laa nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS]; size_t keyboardCount; } nn_screen;