projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mock: levels.txt automatisch generieren
[hackover2013-badge-firmware.git]
/
project
/
commands
/
drawing
/
cmd_progress.c
diff --git
a/project/commands/drawing/cmd_progress.c
b/project/commands/drawing/cmd_progress.c
index
a8b9e56
..
dbd5dec
100644
(file)
--- a/
project/commands/drawing/cmd_progress.c
+++ b/
project/commands/drawing/cmd_progress.c
@@
-77,7
+77,7
@@
void cmd_progress(uint8_t argc, char **argv)
}
// 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
This page took
0.02094 seconds
and
4
git commands to generate.