summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-05-08 17:46:51 +0700
committerGitHub <[email protected]>2021-05-08 17:46:51 +0700
commit4cd6ec2530da5e5c75540573c55ca0a121678f65 (patch)
treecd8c0b0d26cffb4be2adde2d5b7fe155e44c0b58
parentee00918b7c0f88bdf4fb7f9f48765c2ee7758891 (diff)
parent5316c4e84adbe68571970f988b4e03e94dd3fac8 (diff)
Merge pull request #820 from corvus-ossifragus/update-host-example
Update main.c
-rw-r--r--examples/host/cdc_msc_hid/src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/host/cdc_msc_hid/src/main.c b/examples/host/cdc_msc_hid/src/main.c
index bbaac8644..d941c56f3 100644
--- a/examples/host/cdc_msc_hid/src/main.c
+++ b/examples/host/cdc_msc_hid/src/main.c
@@ -310,6 +310,10 @@ void print_greeting(void)
{
[OPT_OS_NONE] = "None",
[OPT_OS_FREERTOS] = "FreeRTOS",
+ [OPT_OS_MYNEWT] = "Mynewt OS",
+ [OPT_OS_CUSTOM] = "Custom OS implemnted by application",
+ [OPT_OS_PICO] = "Raspberry Pi Pico SDK",
+ [OPT_OS_RTTHREAD] = "RT-Thread"
};
printf("--------------------------------------------------------------------\r\n");