2013-10-28 13:19:25 +00:00

21 lines
267 B
Plaintext

#include <SPI.h>
#include <GD.h>
#include "flashimg.h"
#include "loadcommon.h"
void setup()
{
common_setup(0);
page = STAGEBASE;
GD_uncompress(part0);
common_show_status();
GD.putstr(0, 20, "Done. Now run load1");
GD.wr(IOMODE, 0);
}
void loop()
{
}