|
@@ -1,5 +1,5 @@
|
|
#if defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
|
|
#if defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
|
|
-
|
|
|
|
|
|
+#ifdef TEENSYSTEP_H
|
|
#include "Atm_Teenstep.h"
|
|
#include "Atm_Teenstep.h"
|
|
|
|
|
|
/* Add optional parameters for the state machine to begin()
|
|
/* Add optional parameters for the state machine to begin()
|
|
@@ -414,3 +414,4 @@ Atm_Teenstep& Atm_Teenstep::onLimitlow( atm_cb_push_t callback, int idx ) {
|
|
}
|
|
}
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|