aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates')
-rw-r--r--os/hal/templates/hal_spi_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_spi_lld.h b/os/hal/templates/hal_spi_lld.h
index c209a3dd4..6f4b63bfa 100644
--- a/os/hal/templates/hal_spi_lld.h
+++ b/os/hal/templates/hal_spi_lld.h
@@ -84,7 +84,7 @@ typedef struct {
/**
* @brief The chip select line.
*/
- ioportid_t ssline;
+ ioline_t ssline;
#endif
#if (SPI_SELECT_MODE == SPI_SELECT_MODE_PORT) || defined(__DOXYGEN__)
/**
@@ -94,7 +94,7 @@ typedef struct {
/**
* @brief The chip select port mask.
*/
- uint8fast_t ssmask;
+ ioportmask_t ssmask;
#endif
#if (SPI_SELECT_MODE == SPI_SELECT_MODE_PAD) || defined(__DOXYGEN__)
/**