Vipul Rahane created MYNEWT-474:
-----------------------------------
Summary: NRF51 and NRF52 fix HAL flash Enable disable statements
Key: MYNEWT-474
URL: https://issues.apache.org/jira/browse/MYNEWT-474
Project: Mynewt
Issue Type: Bug
Reporter: Vipul Rahane
Assignee: Vipul Rahane
from:
{noformat}
- NRF_NVMC->CONFIG |= NVMC_CONFIG_WEN_Een; /* Enable erase OP */
{noformat}
to:
{noformat}
+ NRF_NVMC->CONFIG = NVMC_CONFIG_WEN_Een; /* Enable erase OP */
{noformat}
fixing this at all the places since these are not bits, they are values.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)