File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,8 +304,7 @@ target_compile_options(
304304 -Wshadow
305305 -Wlogical-op
306306 -Waggregate-return
307- -Wfloat-equal
308- -DFX_ENABLE_EXFAT )
307+ -Wfloat-equal )
309308
310309# Remove includes and files not needed from usbx build
311310set (UX_STANDALONE_HOST_EXCLUDES
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ set(ux_class_storage_test_cases
374374 ${SOURCE_DIR} /usbx_ux_host_class_storage_driver_entry_test.c
375375 ${SOURCE_DIR} /usbx_ux_host_class_storage_entry_test.c
376376 ${SOURCE_DIR} /usbx_ux_host_class_storage_thread_entry_test.c
377- ${SOURCE_DIR} /usbx_ux_host_class_storage_fats_exfat_test.c
378377 ${SOURCE_DIR} /usbx_uxe_device_storage_test.c
379378 ${SOURCE_DIR} /usbx_uxe_host_storage_test.c
380379)
@@ -643,7 +642,7 @@ set(test_utility_files
643642 ${SOURCE_DIR} /usbx_ux_host_class_storage_fx_driver.c)
644643add_library (test_utility ${test_utility_files} )
645644target_link_libraries (test_utility PUBLIC azrtos::usbx azrtos::threadx azrtos::netxduo azrtos::filex )
646- target_compile_definitions (test_utility PUBLIC CTEST FX_ENABLE_EXFAT )
645+ target_compile_definitions (test_utility PUBLIC CTEST )
647646
648647if (CMAKE_BUILD_TYPE MATCHES "msrc_rtos_build" )
649648 set (test_cases
You can’t perform that action at this time.
0 commit comments