chore: run zigfmt

This commit is contained in:
2022-04-08 02:13:58 -03:00
parent 11a034658a
commit a1008738d2
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ fn DmaController(comptime id: u2) type {
/// Note: Use writeControl instead of manipulating cnt directly.
cnt: DmaControl,
/// Internal. Currrent Source Address
/// Internal. Currrent Source Address
_sad: u32,
/// Internal. Current Destination Address
_dad: u32,

View File

@@ -479,7 +479,7 @@ pub const Duty = extern union {
raw: u8,
};
/// Read / Write
/// Read / Write
/// NRx2
pub const Envelope = extern union {
period: Bitfield(u8, 0, 3),