mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-25 15:34:20 +00:00
8 lines
142 B
Text
8 lines
142 B
Text
|
define call1
|
||
|
set $ImageSize = 0xF1E0
|
||
|
set $ImageAddr = 0x0D0000
|
||
|
end
|
||
|
define call2
|
||
|
FlasherWrite build/bin/WEBFiles.bin $ImageAddr $ImageSize
|
||
|
end
|