projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fahrplan-Browser.
[hackover2013-badge-firmware.git]
/
badge
/
ui
/
font.c
diff --git
a/badge/ui/font.c
b/badge/ui/font.c
index
4721132
..
01fc1c3
100644
(file)
--- a/
badge/ui/font.c
+++ b/
badge/ui/font.c
@@
-24,7
+24,7
@@
static FRESULT open_font_file(FIL *fd) {
*fd = fopen("../sprites/font.dat", "r");
return fd ? 0 : -1;
#else
- return f_open(fd, "font.dat", FA_OPEN_EXISTING | FA_READ);
+ return f_open(fd, "
/
font.dat", FA_OPEN_EXISTING | FA_READ);
#endif
}
This page took
0.035705 seconds
and
4
git commands to generate.