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 d209903 commit b0975f7Copy full SHA for b0975f7
βlibraries/Portenta_SDRAM/src/ram_internal.h
@@ -1,3 +1,6 @@
1
+#ifndef __RAM_INTERNAL_H
2
+#define __RAM_INTERNAL_H
3
+
4
bool sdram_init(void);
5
6
#define MPU_REGION_SDRAM1 (MPU_REGION_NUMBER4)
@@ -56,3 +59,5 @@ bool sdram_init(void);
56
59
| (size) << MPU_RASR_SIZE_Pos \
57
60
| MPU_REGION_ENABLE << MPU_RASR_ENABLE_Pos \
58
61
)
62
63
+#endif // __RAM_INTERNAL_H
0 commit comments