M3: software trigger (#175)

This commit is contained in:
Dhanya Thattil
2020-09-10 10:15:45 +02:00
committed by GitHub
parent d011186b9a
commit 3cd4f3897b
11 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