Mercurial > hg > beaglert
diff projects/d-box/main.cpp @ 68:59edd5780fef
Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
author | andrewm |
---|---|
date | Fri, 17 Jul 2015 16:57:08 +0100 |
parents | 3c3a1357657d |
children |
line wrap: on
line diff
--- a/projects/d-box/main.cpp Fri Jul 17 15:28:18 2015 +0100 +++ b/projects/d-box/main.cpp Fri Jul 17 16:57:08 2015 +0100 @@ -76,7 +76,7 @@ char sdPath[256] = "/dev/mmcblk0p2"; // system path of the SD, partition 2 char mountPath[256] = "/root/d-box/usersounds"; // mount point of SD partition 2 [where user files are] char gUserDirName[256] = "usersounds"; // Directory in which user analysis files can be found [dir of mountPath] -char gDefaultDirName[256] = "sounds"; // Directory in which built in analysis files can be found +char gDefaultDirName[256] = "/root/d-box/sounds"; // Directory in which built in analysis files can be found char *gDirName; bool gIsLoading = false; int fileCnt = 0;