X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fflash.c;fp=Bootloader%2Fflash.c;h=db2ef8fbc30079d0b52265332d2ecb046d806f6f;hb=2c7542e2e7f0b8a99edf563dc53164fe1a439483;hp=9ae6dae704052363c3f70f4eab065e5d30aac06b;hpb=8e546721219e6ecf94a841334d5198c2ed5cf46d;p=kiibohd-controller.git diff --git a/Bootloader/flash.c b/Bootloader/flash.c index 9ae6dae..db2ef8f 100644 --- a/Bootloader/flash.c +++ b/Bootloader/flash.c @@ -68,7 +68,6 @@ int flash_erase_sector(uintptr_t addr) int flash_program_section(uintptr_t addr, size_t num_words) { - GPIOA_PSOR |= (1<<19); FTFL.fccob.program_section.fcmd = FTFL_FCMD_PROGRAM_SECTION; FTFL.fccob.program_section.addr = addr; FTFL.fccob.program_section.num_words = num_words;