Skip to content

Commit 19bbf26

Browse files
asmellby0xc0170
authored andcommitted
Remove explicit include of flash_data.h in flash api test
The header is already included inside of flash_api.h if the target uses CMSIS flash algos. If it doesn't, the file shouldn't be included, since it doesn't exist.
1 parent 01549c6 commit 19bbf26

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

TESTS/mbed_hal/flash/functional_tests/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include "mbed.h"
2626
#include "flash_api.h"
27-
#include "flash_data.h"
2827

2928
using namespace utest::v1;
3029

0 commit comments

Comments
 (0)