Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1ae7ed2 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Jesper Nilsson
Browse files

Fix typo

parent 746d9dda
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,7 @@
#define IO_WIDTH(reg, field) IO_WIDTH_ (reg##_, field##_)
#define IO_WIDTH(reg, field) IO_WIDTH_ (reg##_, field##_)
#define IO_WIDTH_(reg_, field_) (reg_##_##field_##_WIDTH)
#define IO_WIDTH_(reg_, field_) (reg_##_##field_##_WIDTH)


/*--- Obsolete. Kept for backw compatibility. ---*/
/*--- Obsolete. Kept for backward compatibility. ---*/
/* Reads (or writes) a byte/uword/udword from the specified mode
/* Reads (or writes) a byte/uword/udword from the specified mode
   register. */
   register. */
#define IO_RD(reg) (*(volatile u32*)(reg))
#define IO_RD(reg) (*(volatile u32*)(reg))