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.
Fork of SX1272PingPong by
Revision 18:02afa5679142, committed 2017-09-26
- Comitter:
- c_Ake
- Date:
- Tue Sep 26 13:43:03 2017 +0000
- Parent:
- 17:a8ed6ff4fd5f
- Commit message:
- We're using the mbed-debug implementation to avoid conflicts
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 26 13:38:20 2017 +0000 +++ b/main.cpp Tue Sep 26 13:43:03 2017 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "main.h" #include "sx1272-hal.h" -#include "debug.h" /** we're using the mbed-debug implementation **/ +//#include "debug.h" /** we're using the mbed-debug implementation **/ /* Set this flag to '1' to display debug messages on the console */ #define DEBUG_MESSAGE 1