Debugging tool for mbed enabled microcontrollers, especially for NUCLEO-F303RE and STM32F042F6P6.

Revision:
5:e2e16ef72833
Parent:
4:0e22212d2d7e
Child:
6:1ee26b7b9c2f
--- a/Debug.h	Mon May 06 21:22:23 2019 +0000
+++ b/Debug.h	Mon May 06 21:25:29 2019 +0000
@@ -254,7 +254,7 @@
  *     pc.breakpoint(__LINE__,0x48000000);
  *     AnalogIn analog2 (PA_1);
  *     pc.breakpoint(__LINE__,0x48000000, 0x0C);
- *     DigitalIn di1(PA_4, PullUp);
+ *     DigitalIn di1(PA_7, PullUp);
  *     pc.breakpoint(__LINE__,0x48000000, 0x0C);
  *     pc.breakpoint(__LINE__,0x48000000, 0x04);
  *     while(1){