app.xm 209 B

123456
  1. #include "config.h"
  2. setflash(1, FLASH_SIZE, 1, 0, 0);
  3. setspace(0x2000);
  4. setid(11111111-1111-1111-1111-111111111111);
  5. make(dcf_buf, header.bin, app.bin, res.bin, xcfg.bin, updater.bin);
  6. save(dcf_buf, app.dcf);