Address reviews

This commit is contained in:
Kaitlyn Kenwell
2023-12-14 09:36:22 -05:00
parent b60b3f4eb8
commit e27e00f628
19 changed files with 307 additions and 41 deletions

View File

@ -33,7 +33,7 @@ pub enum State {
Boot,
/// Bootloader has swapped the active partition with the dfu partition and will attempt boot.
Swap,
/// Application has received a DFU_DETACH request over USB, and is rebooting into the bootloader to apply a DFU.
/// Application has received a request to reboot into DFU mode to apply an update.
DfuDetach,
}