Skip to content

Commit

Permalink
Fix files names typos
Browse files Browse the repository at this point in the history
Fix files names typos
unitialize -> uninitialize
  • Loading branch information
ayedm1 committed Mar 21, 2024
1 parent 05efd7e commit 05f4683
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/usbx_device_classes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target_sources(${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_speed_get.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_stream_get.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_transmission_start.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_unitialize.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_uninitialize.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_write_frame_commit.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_write_frame_get.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_audio_write_thread_entry.c
Expand Down Expand Up @@ -66,7 +66,7 @@ target_sources(${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_read.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_read_run.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_tasks_run.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_unitialize.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_uninitialize.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_write.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_write_run.c
${CMAKE_CURRENT_LIST_DIR}/src/ux_device_class_cdc_acm_write_with_callback.c
Expand Down

0 comments on commit 05f4683

Please sign in to comment.