aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/templates/spi_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/templates/spi_lld.h')
-rw-r--r--os/io/templates/spi_lld.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/io/templates/spi_lld.h b/os/io/templates/spi_lld.h
index 8b17ace1a..26a70d0a4 100644
--- a/os/io/templates/spi_lld.h
+++ b/os/io/templates/spi_lld.h
@@ -70,12 +70,10 @@ typedef struct {
* @brief Structure representing a MAC driver.
*/
typedef struct {
-#if CH_DBG_ENABLE_ASSERTS || defined(__DOXYGEN__)
/**
* @brief Driver state.
*/
spistate_t spd_state;
-#endif /* CH_DBG_ENABLE_ASSERTS */
#if SPI_USE_MUTUAL_EXCLUSION || defined(__DOXYGEN__)
#if CH_USE_MUTEXES || defined(__DOXYGEN__)
/**