summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/bare_api')
-rw-r--r--examples/host/bare_api/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/bare_api/src/main.c b/examples/host/bare_api/src/main.c
index 07dae1dc6..b6b1527c0 100644
--- a/examples/host/bare_api/src/main.c
+++ b/examples/host/bare_api/src/main.c
@@ -66,8 +66,8 @@ int main(void)
void print_device_descriptor(uint8_t dev_addr)
{
+ (void) dev_addr;
printf("Device Descriptor:\r\n");
-
}
// Invoked when device is mounted (configured)