Skip to content

Commit 137a995

Browse files
authored
Merge pull request #4249 from dhalbert/sys-control-typo
Fix typos for CIRCUITPY_USB_HID_SYS_CONTROL
2 parents cca6cfe + 7a41988 commit 137a995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ CIRCUITPY_USB_HID_MOUSE ?= 1
338338
CFLAGS += -DCIRCUITPY_USB_HID_MOUSE=$(CIRCUITPY_USB_HID_MOUSE)
339339

340340
CIRCUITPY_USB_HID_SYS_CONTROL ?= 0
341-
CFLAGS += -DCIRCUITPY_USB_HID_CONTROL=$(CIRCUITPY_USB_HID_CONTROL)
341+
CFLAGS += -DCIRCUITPY_USB_HID_SYS_CONTROL=$(CIRCUITPY_USB_HID_SYS_CONTROL)
342342

343343
CIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD ?= 0
344344
CFLAGS += -DCIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD=$(CIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD)

0 commit comments

Comments
 (0)