Set write permission for 'write without response' characteristics.
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_ */