Skip to content

Commit a3ab927

Browse files
committed
Hyphen to underscore
1 parent 4309080 commit a3ab927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
ODROID_C1 = "ODROID_C1"
5959
ODROID_C1_PLUS = "ODROID_C1_PLUS"
6060
ODROID_C2 = "ODROID_C2"
61-
ODROID_N2 = "ODROID-N2"
61+
ODROID_N2 = "ODROID_N2"
6262

6363
FTDI_FT232H = "FT232H"
6464
DRAGONBOARD_410C = "DRAGONBOARD_410C"

0 commit comments

Comments
 (0)