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.
Diff: Manchester.cpp
- Revision:
- 4:f2c392191c74
- Parent:
- 3:03109c995123
- Child:
- 5:3b2c7e9fda3f
diff -r 03109c995123 -r f2c392191c74 Manchester.cpp
--- a/Manchester.cpp Thu May 18 10:20:55 2017 +0000
+++ b/Manchester.cpp Thu May 18 13:37:21 2017 +0000
@@ -42,7 +42,7 @@
PinName txPin,
PinName rxPin,
uint32_t speed /* = 1200 bps */,
- uint8_t tol /* = 20% */
+ uint8_t tol /* = 20% */
) :
_tx(txPin),
_rx(rxPin) {
@@ -161,8 +161,7 @@
/**
* @brief Receives message
- * @note Waits until a message is received
- * or receive timeout occured
+ * @note Waits until a message is received or 'receive timeout' occured
* @param msg Container to store the received message
* @retval true On success
* false Otherwise