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:
parent
8c4498ad8e
commit
5a92be24d6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user