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