Simulator kompilierbar.
[hackover2013-badge-firmware.git] / mock / badge_main_loop.c
index f2a366e..376661b 100644 (file)
@@ -32,8 +32,8 @@ void badge_main_loop(void) {
     menu[j] = menu_buf[j];
   }
 
-  size_t choice = 0;
-  size_t first_visible = 0;
+  uint8_t choice = 0;
+  uint8_t first_visible = 0;
 
   for(;;) {
     choice = badge_menu(menu, ARRAY_SIZE(menu), &first_visible, choice);
This page took 0.020319 seconds and 4 git commands to generate.