Commit 080d31de authored by Graham Harrison's avatar Graham Harrison Committed by Johan Hedberg
Browse files

boards: shields: seeed_xiao_expansion_board: fix missing include



Was getting the error "parse error: expected number or parenthesized
expression" when trying to compile with the
-DSHIELD=seeed_xiao_expansion_board flag. It looks like INPUT_KEY_0
was missing the necessary include file so I added it in.

Signed-off-by: default avatarGraham Harrison <graham.harrison@axcendcorp.com>
parent 7fc6ef28
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
 * SPDX-License-Identifier: Apache-2.0
 */

#include <zephyr/dt-bindings/input/input-event-codes.h>

/ {
	chosen {
		zephyr,display = &ssd1306_128x64;