Skip to content

Commit a100660

Browse files
committed
Updated macro that is used to actually disable flash cache test
1 parent 4a5ac14 commit a100660

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_hal/flash/functional_tests

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/flash/functional_tests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Case cases[] = {
279279
Case("Flash - erase sector", flash_erase_sector_test),
280280
Case("Flash - program page", flash_program_page_test),
281281
Case("Flash - buffer alignment test", flash_buffer_alignment_test),
282-
#ifndef MCU_NRF52
282+
#ifndef TARGET_NORDIC
283283
Case("Flash - clock and cache test", flash_clock_and_cache_test),
284284
#endif
285285
};

0 commit comments

Comments
 (0)