mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-25 20:04:16 +00:00
9 lines
No EOL
195 B
Text
9 lines
No EOL
195 B
Text
define call1
|
|
SetFirwareSize Debug/bin/ram_all.bin
|
|
end
|
|
define call2
|
|
FlasherWrite Debug/bin/ram_all.bin 0 $Image1Size
|
|
end
|
|
define call3
|
|
FlasherWrite Debug/bin/ram_all.bin $Image2Addr $Image2Size
|
|
end |