Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 25:cda8a4f9874a, committed 2021-03-21
- Comitter:
- bieleluk
- Date:
- Sun Mar 21 20:43:16 2021 +0000
- Parent:
- 24:014f13c3f871
- Commit message:
- ;
Changed in this revision
| Debug.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 014f13c3f871 -r cda8a4f9874a Debug.h
--- a/Debug.h Sun Mar 21 20:40:27 2021 +0000
+++ b/Debug.h Sun Mar 21 20:43:16 2021 +0000
@@ -404,7 +404,7 @@
// * @param tx_pin TX pin of debug serial port
// * @param rx_pin RX pin of debug serial port
// * @param baudrate(optional) desired baudrate value of debug serial port, default baudrate is 115200 Bd/s
- */
+// */
Debug_register_print(PinName tx_pin, PinName rx_pin, int baudrate = 115200);
// /** Set format of breakpoint message
@@ -415,7 +415,7 @@
// */
void format(int break_number = 2, int line = 2, int address = 1, int value = 3);
- // /** Perform one breakpoint and print one register value
+// /** Perform one breakpoint and print one register value
// * @param line_number line number of breakpoint, macro __LINE__ is recommended
// * @param address address of register , must be divisible by 4
// */