Merge branch 'master' of git://github.com/microbuilder/LPC1343CodeBase
[hackover2013-badge-firmware.git] / project / commands / drawing / cmd_progress.c
index a8b9e56..dbd5dec 100644 (file)
@@ -77,7 +77,7 @@ void cmd_progress(uint8_t argc, char **argv)
   }
 
   // Draw the progress bar (always use rounded corners for simplicity sake)
   }
 
   // Draw the progress bar (always use rounded corners for simplicity sake)
-  progressbarRender(x, y, w, h, percent, progressfill, THEME_DEFAULT);
+  progressbarRender(x, y, w, h, percent, progressfill, themeGetDefault());
 }
 
 #endif  
 }
 
 #endif  
This page took 0.025742 seconds and 4 git commands to generate.