fmt: make all macros macro_rules so scoping is consistent.

This commit is contained in:
Dario Nieuwenhuis
2021-06-07 00:10:54 +02:00
parent 4dda7be968
commit e7dc5c0939
33 changed files with 950 additions and 377 deletions

View File

@ -1,6 +1,5 @@
use core::sync::atomic::{compiler_fence, Ordering};
use crate::fmt::assert;
use crate::pac::dma::vals;
use crate::{pac, peripherals};