Merge pull request #36 from samveen/small_fixes

Remove misleading comments
This commit is contained in:
Andrzej Kaczmarek
2018-04-10 11:55:57 +02:00
committed by GitHub
2 changed files with 0 additions and 4 deletions
@@ -443,8 +443,6 @@ ble_svc_ans_chr_write(struct os_mbuf *om, uint16_t min_len,
*
* XXX: We should technically be able to change the new alert and
* unread alert catagories when we have no active connections.
*
* @return 0 on success, non-zero error code otherwise.
*/
void
ble_svc_ans_init(void)
@@ -133,8 +133,6 @@ ble_svc_bas_battery_level_set(uint8_t level) {
/**
* Initialize the Battery Service.
*
* @return 0 on success, non-zero error code otherwise.
*/
void
ble_svc_bas_init(void)