Skip to content

Commit 41a27b5

Browse files
committed
Remove line that makes F302 always fail to build, so that samples can still build in evt core
1 parent 4978d6f commit 41a27b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/core/io/FMC.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#include <core/io/GPIO.hpp>
55

6-
#ifdef STM32F3xx
7-
#error Controlling SDRAM through an FMC is not supported on F3xx chips
8-
#endif
6+
//#ifdef STM32F3xx
7+
// #error Controlling SDRAM through an FMC is not supported on F3xx chips
8+
//#endif
99

1010
namespace core::io {
1111

0 commit comments

Comments
 (0)