m3:software trigger

This commit is contained in:
2020-09-08 15:45:35 +02:00
parent e1e04ee755
commit 67f1f9924a
6 changed files with 14 additions and 4 deletions

View File

@@ -557,7 +557,7 @@ int startStateMachine();
void *start_timer(void *arg);
#endif
int stopStateMachine();
#ifdef EIGERD
#if defined(EIGERD) || defined(MYTHEN3D)
int softwareTrigger();
#endif