]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/flash.c
Fixing device bricking bug
[kiibohd-controller.git] / Bootloader / flash.c
index 9ae6dae704052363c3f70f4eab065e5d30aac06b..db2ef8fbc30079d0b52265332d2ecb046d806f6f 100644 (file)
@@ -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;