debug tool for STM32F042F6P6

Revision:
17:250429530b0c
Parent:
16:e232e16e4f46
Child:
18:4b27f04a54dd
--- a/Debug.h	Thu Apr 18 10:44:02 2019 +0000
+++ b/Debug.h	Thu Apr 18 11:43:01 2019 +0000
@@ -126,7 +126,7 @@
 };
 
 /** Debug_serial class.
- *  Class for stepping and printing for actual position of the running programme with optional print of one variable (int, float, char or char*).
+ *  Class for stepping programme and printing actual position of the running programme with optional print of one variable (int, float, char or char*).
  *  Functions printf, putc and getc are also defined in the class.
  *
  * Example program: