mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-02-16 22:25:18 +00:00
7 lines
143 B
Text
7 lines
143 B
Text
define call1
|
|
set $ImageSize = 0x10340
|
|
set $ImageAddr = 0x0D0000
|
|
end
|
|
define call2
|
|
FlasherWrite build/bin/WEBFiles.bin $ImageAddr $ImageSize
|
|
end
|