mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-31 02:21:33 +00:00
outvector struct now only created when building native
This commit is contained in:
@@ -19,13 +19,13 @@ unsigned long last;
|
||||
|
||||
#if defined(NATIVE) || defined(_WIN32)
|
||||
#include "native.h"
|
||||
outVector stateVector;
|
||||
#elif defined(TEENSY)
|
||||
#include "teensy.h"
|
||||
#endif
|
||||
|
||||
Vehicle State;
|
||||
Vehicle PrevState;
|
||||
outVector stateVector;
|
||||
|
||||
#if defined(NATIVE) || defined(_WIN32)
|
||||
void setup() {
|
||||
|
Reference in New Issue
Block a user