diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-02-23 09:22:20 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-02-23 09:22:20 -0500 |
| commit | 7a4198885e060bcb1071a9698fbe7e4a9564d581 (patch) | |
| tree | a525f21462d832147a42b200dd01d5e9639090e2 /py | |
| parent | cca6cfe0261d7328dfcd8ab6adfd2b50143b50f3 (diff) | |
Fix typos for CIRCUITPY_USB_HID_SYS_CONTROL
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index 9d8e53ea7..ad6386636 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -338,7 +338,7 @@ CIRCUITPY_USB_HID_MOUSE ?= 1 CFLAGS += -DCIRCUITPY_USB_HID_MOUSE=$(CIRCUITPY_USB_HID_MOUSE) CIRCUITPY_USB_HID_SYS_CONTROL ?= 0 -CFLAGS += -DCIRCUITPY_USB_HID_CONTROL=$(CIRCUITPY_USB_HID_CONTROL) +CFLAGS += -DCIRCUITPY_USB_HID_SYS_CONTROL=$(CIRCUITPY_USB_HID_SYS_CONTROL) CIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD ?= 0 CFLAGS += -DCIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD=$(CIRCUITPY_USB_HID_XAC_COMPATIBLE_GAMEPAD) |
