HW21+HW23: Add gnss as machine feature

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 17:57:15 +02:00 committed by Gitea
parent 7b757d4c9e
commit 6204c7fbdc
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ MACHINE_FEATURES += " \
can \ can \
spi \ spi \
imu \ imu \
gnss \
wwan \ wwan \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \

View File

@ -45,6 +45,7 @@ MACHINE_FEATURES += " \
can \ can \
spi \ spi \
imu \ imu \
gnss \
wwan \ wwan \
bluetooth \ bluetooth \
neo-m8l \ neo-m8l \