This commit is contained in:
localhorst 2018-06-16 15:58:21 +02:00 committed by localhorst
parent f684460a57
commit 18548eaba4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void f3(unsigned int i) {
int main() {
int uiselected = 2;
int uiselected = 1;
void (*f_array[])(unsigned int) = {f1, f2, f3};
unsigned int params[] = {100, 2, 50};