diff -r 5d4a40fe9967 -r 49e2960d4642 main/buttons.h --- a/main/buttons.h Fri Oct 26 13:29:14 2018 +0200 +++ b/main/buttons.h Fri Oct 26 21:23:46 2018 +0200 @@ -225,6 +225,12 @@ void EditSSR2(int *val); /** + * @brief Edit Mashtype value + * @param val The mash type + */ +void EditMashType(uint8_t *val); + +/** * @brief Confirm or not choice. Uses the whole screen. * @param top The top screen message. * @param ack The text for the ack button.