summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-17 08:03:38 +1000
committerGitHub <noreply@github.com>2022-06-17 08:03:38 +1000
commit999b91fbd94a26e78a9f75192d8865342a73e0fd (patch)
tree9e68318024ddfe37e06d9da7d2551c2b6f8faf77 /drivers
parent9e35a1f61750dec8f61f15c2b076368cec1fd936 (diff)
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/led/aw20216.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/aw20216.c b/drivers/led/aw20216.c
index 299434f909..55083936ef 100644
--- a/drivers/led/aw20216.c
+++ b/drivers/led/aw20216.c
@@ -54,7 +54,7 @@
#endif
#ifndef AW_SPI_MODE
-# define AW_SPI_MODE 3
+# define AW_SPI_MODE 0
#endif
#ifndef AW_SPI_DIVISOR