It compiles, but I'm not sure it works.....

This commit is contained in:
Starbeamrainbowlabs 2019-06-13 14:47:40 +01:00
parent 9b76570be8
commit daf3475704
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "settings.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"