test(sd): added .cpp build test

This commit is contained in:
Armando
2024-08-16 15:12:34 +08:00
parent af4315a2b1
commit 2133ca9522
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ typedef struct {
#if SOC_SPI_AS_CS_SUPPORTED
uint32_t as_cs : 1; ///< Whether to toggle the CS while the clock toggles, device specific
#endif
uint32_t positive_cs : 1; ///< Whether the positive CS feature is abled, device specific
uint32_t positive_cs : 1; ///< Whether the positive CS feature is enabled, device specific
};//boolean configurations
} spi_hal_dev_config_t;