Skip to content

Commit a22b51b

Browse files
committed
Minor Struct Update
1 parent 98037b7 commit a22b51b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/learn/03.programming/06.memory-guide/memory-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ An example of how memory is organized in ARM-based microcontrollers, virtually a
119119
The ARM-based microcontroller's memory department is organized into the following sections respectively within the address type mentioned previously:
120120

121121
- **Virtual Address**
122-
- `Kernel Code & Data`
123-
- `Application Code & Data`
122+
- `Kernel Code & Data`
123+
- `Application Code & Data`
124124

125125
- **Physical Address**
126-
- `ROM`
127-
- `RAM`
128-
- `Flash`
129-
- `Peripherals`
126+
- `ROM`
127+
- `RAM`
128+
- `Flash`
129+
- `Peripherals`
130130

131131
The following table summarizes the Arduino® board's memory allocation:
132132

0 commit comments

Comments
 (0)