1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/nimble_gatt: fix building w/o DEVELHELP

This commit is contained in:
Hauke Petersen 2019-12-16 10:51:08 +01:00
parent 8c4498ad8e
commit 5a92be24d6

View File

@ -310,6 +310,7 @@ int main(void)
puts("NimBLE GATT Server Example");
int rc = 0;
(void)rc;
/* verify and add our custom services */
rc = ble_gatts_count_cfg(gatt_svr_svcs);