Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
e8ada2d2
Commit
e8ada2d2
authored
Oct 01, 2017
by
Dean Camera
Browse files
Wait until PDI NVM erase completes in the AVRISPMkii clone programmer.
parent
06f53eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c
View file @
e8ada2d2
...
...
@@ -461,6 +461,10 @@ bool XMEGANVM_EraseMemory(const uint8_t EraseCommand,
if
(
!
(
XMEGANVM_WaitWhileNVMBusBusy
()))
return
false
;
/* Wait until the NVM controller is no longer busy */
if
(
!
(
XMEGANVM_WaitWhileNVMControllerBusy
()))
return
false
;
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment