We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797bf09 commit 9be0bafCopy full SHA for 9be0baf
TESTS/mbed_hal/qspi/flash_configs/flash_configs.h
@@ -67,7 +67,7 @@
67
defined(TARGET_CY8CKIT_062S2_43012) || \
68
defined(TARGET_CY8CKIT_062S2_4343W) || \
69
defined(TARGET_CY8CKIT_064S2_4343W) || \
70
- defined(TARGET_CYESKIT_064B0S2_4343W) || \
+ defined(TARGET_CY8CKIT_064B0S2_4343W) || \
71
defined(TARGET_CY8CPROTO_062_4343W) || \
72
defined(TARGET_CY8CPROTO_062S2_43012) || \
73
defined(TARGET_CY8CPROTO_062S3_4343W) || \
@@ -78,9 +78,6 @@
78
#elif defined(TARGET_CYW9P62S1_43012EVB_01)
79
#include "S25FS512S_config.h"
80
81
-#elif defined(TARGET_CY8CPROTO_064_SB)
82
-#include "S25FL128S_config.h"
83
-
84
#endif
85
86
#endif // MBED_FLASH_CONFIGS_H
0 commit comments