ACTION_Handle: Drop switch in favour of a function array

This commit is contained in:
Juan Antonio
2023-12-07 12:22:22 +01:00
parent 4249d917f8
commit 335c2ec9cd
4 changed files with 70 additions and 75 deletions

2
misc.h
View File

@@ -331,4 +331,6 @@ extern volatile uint8_t boot_counter_10ms;
int32_t NUMBER_AddWithWraparound(int32_t Base, int32_t Add, int32_t LowerLimit, int32_t UpperLimit);
unsigned long StrToUL(const char * str);
void FUNCTION_NOP();
#endif