Skip to content

Commit ecd3617

Browse files
authored
Merge pull request #606 from okhsunrog/memory_rs_typo_fix
Fixed a typo in memory.rs
2 parents 483956b + cd0bbb2 commit ecd3617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32-data-gen/src/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static MEMS: RegexMap<&[&[Mem]]> = RegexMap::new(&[
301301
]),
302302
("STM32L4[RS]..I", &[
303303
mem!(BANK_1 { 0x08000000 2048 }, SRAM { 0x20000000 640 }),
304-
mem!(BANK_1 { 0x08000000 1024 }, BANK_2 { 0x08100000 10024 }, SRAM { 0x20000000 640 })
304+
mem!(BANK_1 { 0x08000000 1024 }, BANK_2 { 0x08100000 1024 }, SRAM { 0x20000000 640 })
305305
]),
306306
// L5
307307
("STM32L5...C", &[mem!(BANK_1 { 0x08000000 256 }, SRAM { 0x20000000 256 })]),

0 commit comments

Comments
 (0)