diff --git a/src/sources/AM32/eeprom.js b/src/sources/AM32/eeprom.js index 782c7ba28..3c5b353f1 100644 --- a/src/sources/AM32/eeprom.js +++ b/src/sources/AM32/eeprom.js @@ -1,6 +1,7 @@ const BOOT_LOADER_PINS = { PA2: 0x02, PB4: 0x14, + PA6: 0x06, }; const RESET_DELAY_MS = 5000;