Mercurial > hg > beaglert
diff examples/d-box/main.cpp @ 379:24c3a0663d54 prerelease
Added Ne10 headers within include directory
author | andrewm |
---|---|
date | Sun, 12 Jun 2016 18:16:20 +0100 |
parents | 421a69d42943 |
children |
line wrap: on
line diff
--- a/examples/d-box/main.cpp Sun Jun 12 18:10:33 2016 +0100 +++ b/examples/d-box/main.cpp Sun Jun 12 18:16:20 2016 +0100 @@ -24,7 +24,7 @@ #include <mntent.h> // to check if device is mounted #include <sys/mount.h> // mount() #include <sys/time.h> // elapsed time -#include <NE10.h> // neon library +#include <ne10/NE10.h> // neon library // thread priority #include <pthread.h>