It compiles, but I'm not sure it works.....
This commit is contained in:
parent
9b76570be8
commit
daf3475704
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
// BAD PRACTICE: For some extremely strange reason, the Arduino IDE doesn't pick up random.cpp like it does our other source files - so we've got to explicitly include it here. If we had control over the build process (which we don't), we've use a Makefile here that handled this better.
|
||||||
|
#include "random.cpp"
|
||||||
#include "gps.h"
|
#include "gps.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue