applogic: Fix feature flags
This commit is contained in:
parent
c6f9aea38c
commit
f0339f6261
1 changed files with 3 additions and 2 deletions
|
|
@ -5,10 +5,11 @@ use alloc::rc::Rc;
|
|||
#[cfg(feature = "spat")]
|
||||
use alloc::vec::Vec;
|
||||
|
||||
use log::info;
|
||||
#[cfg(any(feature = "gnss", feature = "spat"))]
|
||||
use log::warn;
|
||||
#[cfg(feature = "spat")]
|
||||
use log::{debug, error};
|
||||
#[cfg(feature = "gnss")]
|
||||
use log::{info, warn};
|
||||
|
||||
#[cfg(feature = "spat")]
|
||||
use crate::{applogic::v2x::map, geo_alg};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue