diff options
Diffstat (limited to 'os/hal/include/pal.h')
-rw-r--r-- | os/hal/include/pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index fc0045bf4..2e5b78c03 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -127,7 +127,7 @@ typedef struct { /**
* @brief Offset, within the port, of the least significant bit of the bus.
*/
- uint_fast8_t offset;
+ iomode_t offset;
} IOBus;
/*===========================================================================*/
|