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 1:c874ea9c1afb, committed 2019-06-19
- Comitter:
- hudakz
- Date:
- Wed Jun 19 16:34:56 2019 +0000
- Parent:
- 0:0834641c241a
- Commit message:
- Burn CC254x firmware using an MBED board.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jun 19 13:40:42 2019 +0000
+++ b/main.cpp Wed Jun 19 16:34:56 2019 +0000
@@ -124,13 +124,6 @@
* @return None.
******************************************************************************/
#pragma inline
-
-/**
- * @brief
- * @note
- * @param
- * @retval
- */
void writeDebugByte(unsigned char data)
{
unsigned char i;
@@ -156,13 +149,6 @@
* @return Returns the byte read.
******************************************************************************/
#pragma inline
-
-/**
- * @brief
- * @note
- * @param
- * @retval
- */
unsigned char readDebugByte(void)
{
unsigned char i;
@@ -190,13 +176,6 @@
* @return Returns 1 when DUP has indicated it is ready.
******************************************************************************/
#pragma inline
-
-/**
- * @brief
- * @note
- * @param
- * @retval
- */
unsigned char waitDupReady(void)
{
// DUP pulls DD low when ready