README.md: Clean example code for notification printf()

pull/14/head
Olivier Martin 2017-02-22 12:02:01 +01:00
parent 07a4e011da
commit 698561a25a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Examples
```
void notification_cb(uint16_t handle, const uint8_t* data, size_t data_length, void* user_data) {
printf("Notification on handle 0x%02x : ", handle);
printf("Notification on handle 0x%02x\n", handle);
}
main() {