Mercurial > public > ostc4
comparison Discovery/Src/tMenu.c @ 969:81049905d829 Evo_2_23
Zusammenf?hren
| author | heinrichsweikamp |
|---|---|
| date | Sun, 19 Jan 2025 12:02:59 +0100 |
| parents | e9c37071933b |
| children | 8507a87f6401 |
comparison
equal
deleted
inserted
replaced
| 968:b9a1710522b1 | 969:81049905d829 |
|---|---|
| 862 | 862 |
| 863 findValidPosition(&page, &line); | 863 findValidPosition(&page, &line); |
| 864 if((page == 0) || (line == 0)) | 864 if((page == 0) || (line == 0)) |
| 865 return; | 865 return; |
| 866 | 866 |
| 867 requestBuzzerActivation(0); | |
| 868 | |
| 867 menu.pageMemoryForNavigation = page; | 869 menu.pageMemoryForNavigation = page; |
| 868 /* new test for 3button design */ | 870 /* new test for 3button design */ |
| 869 if(freshWithFlipPages) | 871 if(freshWithFlipPages) |
| 870 { | 872 { |
| 871 menu.lineMemoryForNavigationForPage[page] = 0; | 873 menu.lineMemoryForNavigationForPage[page] = 0; |
