Skip to content

Commit e7bf7b9

Browse files
committed
Merge branch 'master' of github.com:espruino/Espruino
2 parents 9daec16 + 280bf97 commit e7bf7b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/NUCLEOF401RE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'ram' : 96, # 0x0001 8000 long, from 0x2000 0000 to 0x2001 7FFF
3939
'flash' : 512, # 0x0008 0000 long, from 0x0800 0000 to 0x0807 FFFF
4040
'speed' : 84,
41-
'usart' : 3,
41+
'usart' : 6,
4242
'spi' : 4,
4343
'i2c' : 3,
4444
'adc' : 1,

boards/NUCLEOF411RE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'ram' : 128, # 0x0001 8000 long, from 0x2000 0000 to 0x2001 7FFF
3939
'flash' : 512, # 0x0008 0000 long, from 0x0800 0000 to 0x0807 FFFF
4040
'speed' : 100,
41-
'usart' : 3,
41+
'usart' : 6,
4242
'spi' : 4,
4343
'i2c' : 3,
4444
'adc' : 1,

0 commit comments

Comments
 (0)