white space diff

This commit is contained in:
Rohit Grover 2014-09-02 15:48:49 +01:00
parent 6b7b440642
commit ff8e8673ef
2 changed files with 2 additions and 3 deletions

View File

@ -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_ */

View File

@ -98,7 +98,6 @@ ble_error_t nRF51GattServer::addService(GattService &service)
p_descriptors[descriptorCount++] = p_desc;
p_desc->setHandle(descHandle);
}
}
serviceCount++;