mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Update hid_host_example.c
Distinguish was spelled incorrectly
This commit is contained in:
@@ -32,7 +32,7 @@ QueueHandle_t app_event_queue = NULL;
|
|||||||
/**
|
/**
|
||||||
* @brief APP event group
|
* @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.
|
* event by application event group.
|
||||||
* In this example we have two event groups:
|
* In this example we have two event groups:
|
||||||
* APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0).
|
* APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0).
|
||||||
|
Reference in New Issue
Block a user