Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
This commit is contained in:
parent
3dacb73af3
commit
43a3350981
7 changed files with 39 additions and 16 deletions
|
@ -71,4 +71,3 @@ void BootloaderAPI_WriteLock(const uint8_t LockBits)
|
|||
{
|
||||
boot_lock_bits_set_safe(LockBits);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue