Project

General

Profile

Revision 48418a96

ID48418a96b4da367d8a556f57780fa1410d371a89
Parent b99ee462
Child e92b8d00

Added by Thomas Mullins about 10 years ago

Fixes to BOM bootloader. Works now!!! YAAAAAY

View differences:

scout_avr/bom/bootloader.c
47 47
      buf[1] = (w >> 8) & 0xFF;
48 48
    }
49 49
    boot_program_page(current_page, buf);
50
    current_page++;
50
    current_page += SPM_PAGESIZE;
51 51
  }
52 52
}
53 53

  

Also available in: Unified diff