Mercurial > hg > beaglert
diff projects/d-box/StatusLED.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 | 8a575ba3ab52 |
children |
line wrap: on
line diff
--- a/projects/d-box/StatusLED.cpp Fri Jul 17 15:28:18 2015 +0100 +++ b/projects/d-box/StatusLED.cpp Fri Jul 17 16:57:08 2015 +0100 @@ -9,7 +9,7 @@ #include <iostream> #include "StatusLED.h" -#include "../../include/GPIOcontrol.h" +#include <GPIOcontrol.h> extern int gShouldStop; extern int gVerbose;