fix interrupt config

This commit is contained in:
Alwin Berger 2023-03-09 17:21:26 +01:00
parent 10b5fe8a74
commit 57fc441118

View File

@ -182,7 +182,7 @@ pub fn fuzz() {
let mut buf = target.as_slice(); let mut buf = target.as_slice();
let mut len = buf.len(); let mut len = buf.len();
unsafe { unsafe {
// #[cfg(feature = "fuzz_int")] #[cfg(feature = "fuzz_int")]
{ {
for i in 0..DO_NUM_INTERRUPT { for i in 0..DO_NUM_INTERRUPT {
let mut t : [u8; 4] = [0,0,0,0]; let mut t : [u8; 4] = [0,0,0,0];