Ruprecht Altenburger
/
simple_program
Simple program for introduction of mirror actuator.
Revision 14:1be03d1c45c7, committed 2021-05-01
- Comitter:
- altb2
- Date:
- Sat May 01 20:08:51 2021 +0000
- Parent:
- 13:1bf960928a93
- Commit message:
- 2nd commit
Changed in this revision
ControllerLoop.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1bf960928a93 -r 1be03d1c45c7 ControllerLoop.cpp --- a/ControllerLoop.cpp Sat May 01 20:08:24 2021 +0000 +++ b/ControllerLoop.cpp Sat May 01 20:08:51 2021 +0000 @@ -17,7 +17,7 @@ { ThisThread::flags_wait_any(threadFlag); // THE LOOP ------------------------------------------------------------ - //printf("I am called!\r\n"); + printf("I am called!\r\n"); }// endof the main loop }