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 4978d6f commit 41a27b5Copy full SHA for 41a27b5
1 file changed
include/core/io/FMC.hpp
@@ -3,9 +3,9 @@
3
4
#include <core/io/GPIO.hpp>
5
6
-#ifdef STM32F3xx
7
- #error Controlling SDRAM through an FMC is not supported on F3xx chips
8
-#endif
+//#ifdef STM32F3xx
+// #error Controlling SDRAM through an FMC is not supported on F3xx chips
+//#endif
9
10
namespace core::io {
11
0 commit comments