Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Marčišovský <[email protected]>
  • Loading branch information
roma-jam and peter-marcisovsky authored Jan 7, 2025
1 parent 3345b90 commit 1bba7a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "esp_err.h"
#include "unity.h"
#include "tinyusb.h"
#include "tusb_tasks.h"

static const char *TAG = "config_test";

Expand Down Expand Up @@ -173,7 +172,7 @@ void tud_mount_cb(void)
*
* Verifies:
* Configuration without specifying any parameters.
* Confiuration & descriptors are provided by esp_tinyusb wrapper.
* Configuration & descriptors are provided by esp_tinyusb wrapper.
*/
TEST_CASE("descriptors_config_all_default", "[esp_tinyusb][usb_device][config]")
{
Expand Down

0 comments on commit 1bba7a2

Please sign in to comment.