Skip to content

Commit

Permalink
Fixed bug #1038.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12898 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
  • Loading branch information
gdisirio committed Jul 11, 2019
1 parent 889c1c8 commit d64a25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
WSPI_CFG_ADDR_MODE_ONE_LINE | \
WSPI_CFG_ADDR_SIZE_32 | \
WSPI_CFG_ALT_MODE_NONE | \
WSPI_CFG_DATA_MODE_NONE
WSPI_CFG_DATA_MODE_NONE)

#define MX25_CFG_C16_A32_8STR (WSPI_CFG_CMD_SIZE_16 | \
WSPI_CFG_CMD_MODE_EIGHT_LINES | \
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
- FIX: Fixed missing bracket in MX25 flash driver (bug #1038).
- FIX: Fixed some M7 demos compile as M4 bug #1037).
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).
Expand Down

0 comments on commit d64a25e

Please sign in to comment.