We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd8d47 commit 6b8f453Copy full SHA for 6b8f453
src/generate/peripheral.rs
@@ -5,6 +5,7 @@ use either::Either;
5
use quote::{ToTokens, Tokens};
6
use crate::svd::{Cluster, ClusterInfo, Defaults, Peripheral, Register};
7
use syn::{self, Ident};
8
+use log::warn;
9
10
use crate::errors::*;
11
use crate::util::{self, ToSanitizedSnakeCase, ToSanitizedUpperCase, BITS_PER_BYTE};
0 commit comments