From 5a92be24d631cfab5aa2fffeaa8b708da608a198 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 16 Dec 2019 10:51:08 +0100 Subject: [PATCH] examples/nimble_gatt: fix building w/o DEVELHELP --- examples/nimble_gatt/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nimble_gatt/main.c b/examples/nimble_gatt/main.c index e7f0371d28..78b0ac7fb4 100644 --- a/examples/nimble_gatt/main.c +++ b/examples/nimble_gatt/main.c @@ -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);