Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
296b1fd0ec | ||
|
|
e3434708cb | ||
|
|
265f2e4eea | ||
|
|
46b5f938bb | ||
|
|
2dfcfef58d |
3 changed files with 4 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ path = "./src/test.rs"
|
||||||
required-features = ["std", "cam"]
|
required-features = ["std", "cam"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["esp", "spat", "gnss_ubx", "screen", "ble"]
|
default = ["esp", "spat", "gnss_ubx", "screen"]
|
||||||
|
|
||||||
# build for ESP (needed to build test for `host-tuple`)
|
# build for ESP (needed to build test for `host-tuple`)
|
||||||
esp = [
|
esp = [
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ features_base=(
|
||||||
spat,gnss_ubx,screen,cam_tx
|
spat,gnss_ubx,screen,cam_tx
|
||||||
)
|
)
|
||||||
features_more=(
|
features_more=(
|
||||||
|
spat,gnss_ubx,screen,ble
|
||||||
|
spat,gnss_ubx,screen,ble,cam_tx
|
||||||
spat,gnss_ubx,screen,cam,denm
|
spat,gnss_ubx,screen,cam,denm
|
||||||
spat,gnss_ubx,screen,cam_tx,cam,denm
|
spat,gnss_ubx,screen,cam_tx,cam,denm
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -687,7 +687,7 @@ impl TryFrom<&c_its_parser::ItsMessage<'_>> for msg::RawMsgRx {
|
||||||
transport: _,
|
transport: _,
|
||||||
etsi,
|
etsi,
|
||||||
} => etsi.encode_to_uper(),
|
} => etsi.encode_to_uper(),
|
||||||
#[cfg(feature = "cam")]
|
#[cfg(any(feature = "cam", feature = "cam_tx"))]
|
||||||
c_its_parser::ItsMessage::Cam {
|
c_its_parser::ItsMessage::Cam {
|
||||||
geonetworking: _,
|
geonetworking: _,
|
||||||
transport: _,
|
transport: _,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue