Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit ab919d0

Browse files
committed
note that K means 1024 bytes in memory.x
1 parent c9bad32 commit ab919d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
//! ``` text
9090
//! MEMORY
9191
//! {
92+
//! /* NOTE K = KiBi = 1024 bytes */
9293
//! FLASH : ORIGIN = 0x08000000, LENGTH = 128K
9394
//! RAM : ORIGIN = 0x20000000, LENGTH = 8K
9495
//! }

0 commit comments

Comments
 (0)