summaryrefslogtreecommitdiff
path: root/lib/lvgl/tests/unity/unity.c
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-12 17:54:40 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-12 17:54:40 +1000
commit64bd9053a25297f7a442ca831c7da5b44bd33f84 (patch)
treea90c6cad25a12028302ab1a5334510fba0229bae /lib/lvgl/tests/unity/unity.c
parent611176ed667c4ed7ee9f609e958f9404f4aee91d (diff)
downloadtangara-fw-64bd9053a25297f7a442ca831c7da5b44bd33f84.tar.gz
Update LVGL to v9.1.0
Diffstat (limited to 'lib/lvgl/tests/unity/unity.c')
-rw-r--r--lib/lvgl/tests/unity/unity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lvgl/tests/unity/unity.c b/lib/lvgl/tests/unity/unity.c
index efc9c57e..d8e48845 100644
--- a/lib/lvgl/tests/unity/unity.c
+++ b/lib/lvgl/tests/unity/unity.c
@@ -14,7 +14,7 @@
#define PROGMEM
#endif
-/* If omitted from header, declare overrideable prototypes here so they're ready for use */
+/* If omitted from header, declare overridable prototypes here so they're ready for use */
#ifdef UNITY_OMIT_OUTPUT_CHAR_HEADER_DECLARATION
void UNITY_OUTPUT_CHAR(int);
#endif