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.
Dependents: LoRaWAN-demo-72-bootcamp
Fork of SX1272Lib by
Revision 8:3f3d884e05ad, committed 2018-01-30
- Comitter:
- dudmuck
- Date:
- Tue Jan 30 22:44:23 2018 +0000
- Parent:
- 7:b988b60083a1
- Commit message:
- debug() symbol in mbed-os library
Changed in this revision
| debug/debug.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/debug/debug.h Mon Apr 24 09:26:08 2017 +0000
+++ b/debug/debug.h Tue Jan 30 22:44:23 2018 +0000
@@ -30,7 +30,7 @@
*
* @param format printf-style format string, followed by variables
*/
-static inline void debug(const char *format, ...) {
+static inline void debug_(const char *format, ...) {
va_list args;
va_start(args, format);
vfprintf(stderr, format, args);
