Simple program for introduction of mirror actuator.

Revision:
14:1be03d1c45c7
Parent:
13:1bf960928a93
--- 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
 }