1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
This commit is contained in:
matejcik 2024-07-30 17:50:14 +02:00 committed by M1nd3r
parent 7af0483d91
commit 695daab14e

View File

@ -3,6 +3,7 @@ use core::{
convert::{TryFrom, TryInto},
ops::{Deref, DerefMut},
};
#[cfg(feature = "touch")]
use num_traits::{FromPrimitive, ToPrimitive};
#[cfg(feature = "button")]