Fahrplan-Browser.
[hackover2013-badge-firmware.git] / badge / ui / font.c
index 4721132..01fc1c3 100644 (file)
@@ -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.