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 SX1272Lib by
Revision 8:e6c6e12b0a9e, committed 2017-11-13
- Comitter:
- AMNoll
- Date:
- Mon Nov 13 23:18:21 2017 +0000
- Parent:
- 7:b988b60083a1
- Commit message:
- fadsfa
Changed in this revision
debug/debug.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b988b60083a1 -r e6c6e12b0a9e debug/debug.h --- a/debug/debug.h Mon Apr 24 09:26:08 2017 +0000 +++ b/debug/debug.h Mon Nov 13 23:18:21 2017 +0000 @@ -30,12 +30,13 @@ * * @param format printf-style format string, followed by variables */ + /* static inline void debug(const char *format, ...) { va_list args; va_start(args, format); vfprintf(stderr, format, args); va_end(args); -} +}*/ /** Conditionally output a debug message *