Update hid_host_example.c

Distinguish was spelled incorrectly
This commit is contained in:
Cacti4dev
2024-10-16 13:54:43 -07:00
committed by GitHub
parent a97a7b0962
commit 7bfee98996

View File

@@ -32,7 +32,7 @@ QueueHandle_t app_event_queue = NULL;
/**
* @brief APP event group
*
* Application logic can be different. There is a one among other ways to distingiush the
* Application logic can be different. There is a one among other ways to distinguish the
* event by application event group.
* In this example we have two event groups:
* APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0).