Skip to content

Commit

Permalink
add new pin for mcus with pa6 as the signal pin (#452)
Browse files Browse the repository at this point in the history
* add new pin for mcus with pa6 as the signal pin
  • Loading branch information
freasy authored Feb 1, 2024
1 parent 0e5a49f commit 570e7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sources/AM32/eeprom.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const BOOT_LOADER_PINS = {
PA2: 0x02,
PB4: 0x14,
PA6: 0x06,
};

const RESET_DELAY_MS = 5000;
Expand Down

0 comments on commit 570e7f3

Please sign in to comment.