| 26 | } |
| 27 | |
| 28 | static void toggleStarTask(void* arg) |
| 29 | { |
| 30 | menuEntry_s* me = (menuEntry_s*)arg; |
| 31 | menuToggleStar(me); |
| 32 | uiEnterState(UI_STATE_MENU); |
| 33 | } |
| 34 | |
| 35 | char *menuGetRootBasePath(void) { |
| 36 | return rootPathBase; |
nothing calls this directly
no test coverage detected