commit | 28297adde4437397d24d5bc474fa357760a115de | [log] [tgz] |
---|---|---|
author | Justin Brederveld <jmbrederveld@gmail.com> | Mon Nov 09 14:02:05 2020 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Nov 12 08:56:06 2020 -0600 |
tree | 4b30be3b31f27c0c596a2d00508f5259bcf2cd9a | |
parent | 74930b92566afc23bb9e0c6d536062b05e398132 [diff] |
drivers: flash: stm32f4: Don't invert an already inverted mask Clearing the PSIZE bits in the FLASH CR should not invert the mask defined in stm32f4xx_hal_flash.h (#define CR_PSIZE_MASK 0xFFFFFCFFU) Signed-off-by: Justin Brederveld <jmbrederveld@gmail.com>