Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPI Bugfix for ChibiOS 21.11.1 => 21.11.2 #17371

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change i…
…ssue.
  • Loading branch information
tzarc committed Jun 16, 2022
commit daba64af5a803c529fc73b49f874988f2e8970a9
2 changes: 1 addition & 1 deletion drivers/led/aw20216.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#endif

#ifndef AW_SPI_MODE
# define AW_SPI_MODE 3
# define AW_SPI_MODE 0
#endif

#ifndef AW_SPI_DIVISOR
Expand Down
2 changes: 1 addition & 1 deletion lib/chibios
Submodule chibios updated 337 files
2 changes: 1 addition & 1 deletion util/update_chibios_mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
chibios_branches="trunk stable_20.3.x stable_21.11.x"

# The ChibiOS tags to mirror
chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1"
chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2"

# The ChibiOS-Contrib branches to mirror
contrib_branches="chibios-20.3.x chibios-21.11.x"
Expand Down