HW21 + HW23: Add imu to machine features

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 16:59:01 +02:00 committed by Gitea
parent de1294228d
commit 7b757d4c9e
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
spi \
imu \
wwan \
bluetooth \
tibluetooth \

View File

@ -44,6 +44,7 @@ WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
can \
spi \
imu \
wwan \
bluetooth \
neo-m8l \