aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/fsmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/fsmc.c')
-rw-r--r--libmaple/fsmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/fsmc.c b/libmaple/fsmc.c
index 61fd06c..42e0eb1 100644
--- a/libmaple/fsmc.c
+++ b/libmaple/fsmc.c
@@ -99,7 +99,7 @@ void fsmc_native_sram_init(void) {
/* FIXME replace with macros from fsmc.h */
bank->BCR = (1 << 12) | (1 << 4) | 1;
- bank->BTR = (0xF << 16) | (0x3 << 8) | 1;
+ bank->BTR = (3 << 8);
/* (FSMC_BWTR3 not used for this simple configuration.) */
}