mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 14:04:21 +00:00
7 lines
143 B
Text
7 lines
143 B
Text
define call1
|
|
set $ImageSize = 0x11000
|
|
set $ImageAddr = 0x0D0000
|
|
end
|
|
define call2
|
|
FlasherWrite build/bin/WEBFiles.bin $ImageAddr $ImageSize
|
|
end
|