Skip to content

Commit

Permalink
Merge pull request #1 from tannewt/UM_S2_Boards
Browse files Browse the repository at this point in the history
Um s2 boards
  • Loading branch information
UnexpectedMaker authored Sep 30, 2020
2 parents 819b5fa + a09a158 commit 1a09996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
#define AUTORESET_DELAY_MS 500

#define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)
4 changes: 3 additions & 1 deletion tools/ci_check_duplicate_usb_vid_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"feather_m0_express",
"feather_m0_supersized",
"cp32-m4",
"metro_m4_express"
"metro_m4_express",
"unexpectedmaker_feathers2",
"unexpectedmaker_feathers2_prerelease"
]

cli_parser = argparse.ArgumentParser(description="USB VID/PID Duplicate Checker")
Expand Down

0 comments on commit 1a09996

Please sign in to comment.