You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically the following line would have to set NVMCTRL_CTRLA_WMODE_MAN_Val instead of NVMCTRL_CTRLA_WMODE_MAN, because the latter is already shifted and therefore not meant to be written to the bitfield. This only worked, because NVMCTRL_CTRLA_WMODE_MAN_Val is 0x0, otherwise this would not have worked.
Technically the following line would have to set
NVMCTRL_CTRLA_WMODE_MAN_Val
instead ofNVMCTRL_CTRLA_WMODE_MAN
, because the latter is already shifted and therefore not meant to be written to the bitfield. This only worked, becauseNVMCTRL_CTRLA_WMODE_MAN_Val
is 0x0, otherwise this would not have worked.uf2-samdx1/src/selfmain.c
Line 91 in df89a1f
I know this is nitpicky since it works, but this code would break down if somebody used it as a reference and tried to use another mode.
The text was updated successfully, but these errors were encountered: