samples: usb: hid-mouse: enable CONFIG_GPIO
The HID mouse sample uses the GPIO to read the state of a button, but does not enable CONFIG_GPIO, causing the example to fail. Fix that. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
91381b60c9
commit
af2ed46775
|
@ -6,3 +6,5 @@ CONFIG_USB_DEVICE_PRODUCT="Zephyr HID mouse sample"
|
|||
CONFIG_LOG=y
|
||||
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
|
||||
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
|
||||
|
||||
CONFIG_GPIO=y
|
||||
|
|
Loading…
Reference in a new issue