Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ltchiptool/soc/ln882h/util/ln882htool.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_T_YmodemCB = Optional[Callable[[int, str, int, int], None]]

LN882H_YM_BAUDRATE = 2000000
LN882H_YM_BAUDRATE = 1000000
LN882H_ROM_BAUDRATE = 115200
LN882H_FLASH_ADDRESS = 0x0000000
LN882H_RAM_ADDRESS = 0x20000000
Expand Down