diff -r b74b0e4902c3 -r ad2c8b13eb88 main/setup.c --- a/main/setup.c Sat Oct 20 13:23:15 2018 +0200 +++ b/main/setup.c Sat Oct 20 17:09:48 2018 +0200 @@ -6,12 +6,12 @@ #include "config.h" -extern sButton Buttons[MAXBUTTONS]; -extern int Main_Screen; +extern sButton Buttons[MAXBUTTONS]; +extern int Main_Screen; -bool UpdateRec = false; -int CurrentRec = 1; -int Records = 1; +bool UpdateRec = false; ///< Update record flag +int CurrentRec = 1; ///< Current record +int Records = 1; ///< Total records. static const char *TAG = "setup";