Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0975f7

Browse files
committed
add include guard for ram_internal.h
1 parentd209903 commitb0975f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎libraries/Portenta_SDRAM/src/ram_internal.h‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef__RAM_INTERNAL_H
2+
#define__RAM_INTERNAL_H
3+
14
boolsdram_init(void);
25

36
#defineMPU_REGION_SDRAM1(MPU_REGION_NUMBER4)
@@ -56,3 +59,5 @@ bool sdram_init(void);
5659
| (size) << MPU_RASR_SIZE_Pos \
5760
| MPU_REGION_ENABLE << MPU_RASR_ENABLE_Pos \
5861
)
62+
63+
#endif// __RAM_INTERNAL_H

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp