mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-21 21:44:19 +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
|