mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2024-11-01 01:44:15 +00:00
9 lines
196 B
Text
9 lines
196 B
Text
define call1
|
|
SetFirwareSize build/bin/ram_all.bin
|
|
end
|
|
define call2
|
|
FlasherWrite build/bin/ram_all.bin 0 $Image1Size
|
|
end
|
|
define call3
|
|
FlasherWrite build/bin/ram_all.bin $Image2Addr $Image2Size
|
|
end
|