diff options
Diffstat (limited to 'testhal/SPC56ELxx/SPI/main.c')
-rw-r--r-- | testhal/SPC56ELxx/SPI/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC56ELxx/SPI/main.c b/testhal/SPC56ELxx/SPI/main.c index cdabc06b9..ef283f656 100644 --- a/testhal/SPC56ELxx/SPI/main.c +++ b/testhal/SPC56ELxx/SPI/main.c @@ -30,7 +30,7 @@ static const SPIConfig hs_spicfg = { };
/*
- * Low speed SPI configuration (328.125kHz, CPHA=0, CPOL=0, MSb first).
+ * Low speed SPI configuration.
*/
static const SPIConfig ls_spicfg = {
NULL,
|