aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv3
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-28 08:40:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-28 08:40:21 +0000
commitf4b0c6a8182e009c4a91b8feb05f0e77dfcd6ae5 (patch)
tree6c022a968389978345fd25c2bfbe8d4f3f774066 /os/hal/ports/STM32/LLD/SPIv3
parent541fc3bcfaac3cb0dc22a649bc7d377c5ac72f73 (diff)
downloadChibiOS-f4b0c6a8182e009c4a91b8feb05f0e77dfcd6ae5.tar.gz
ChibiOS-f4b0c6a8182e009c4a91b8feb05f0e77dfcd6ae5.tar.bz2
ChibiOS-f4b0c6a8182e009c4a91b8feb05f0e77dfcd6ae5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11202 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/SPIv3')
-rw-r--r--os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.h b/os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.h
index a13e27ff3..fa1c7ce84 100644
--- a/os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.h
+++ b/os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.h
@@ -333,7 +333,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__)
/**
@@ -343,7 +343,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__)
/**