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 nRF51822 by
Diff: common/ansi_escape.h
- Revision:
- 58:de6b64cd7f21
- Parent:
- 0:eff01767de02
--- a/common/ansi_escape.h Tue Sep 02 15:58:06 2014 +0100 +++ b/common/ansi_escape.h Tue Sep 02 16:15:26 2014 +0100 @@ -54,7 +54,7 @@ #ifdef __cplusplus - extern "C" { +extern "C" { #endif #define CSI_CODE(seq) "\33[" seq @@ -95,7 +95,7 @@ #define ANSI_BG_DEFAULT CSI_SGR(49) #ifdef __cplusplus - } +} #endif #endif /* _TUSB_ANSI_ESC_CODE_H_ */