A small library that's provide helpers for programmers

Dependents:   PYRN

Revision:
4:eef83534b19e
Parent:
2:6cc4c56940af
--- a/MyThread.cpp	Thu Apr 02 07:33:38 2015 +0000
+++ b/MyThread.cpp	Tue Apr 14 13:07:53 2015 +0000
@@ -2,7 +2,7 @@
 #include "MyThread.h"
 #include "MyLibc.h"
 
-#define __DEBUG__ 5
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "MyThread.cpp"
 #endif