summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-04 22:31:48 +0700
committerhathach <[email protected]>2022-03-04 22:31:48 +0700
commit56c2d4b666856dedd9ced301d8a273c55ee2afd6 (patch)
treedcc1d7c7da86ee32ae889e381e6b531ed4256030 /examples/host
parentb9a6cd8b6163e79d42ba3b56515579f6c1d5f3b2 (diff)
fix naming, and build
Diffstat (limited to 'examples/host')
-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)