diff --git a/library.properties b/library.properties index 69a38af7..f455e450 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=1.0.2 +version=1.0.3 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino. diff --git a/src/LcdMenu.h b/src/LcdMenu.h index 1d08e6e5..11da1daa 100644 --- a/src/LcdMenu.h +++ b/src/LcdMenu.h @@ -204,10 +204,10 @@ class LcdMenu { * @param duration how long to display the message */ void displayNotification(char* message, unsigned int duration); - /** - * Executes any delayed task when appropriate time reaches - */ - void updateTimer(); +/** + * Executes any delayed task when appropriate time reaches + */ +void updateTimer(); /** * Get a `MenuItem` at position *