Add new LUFA powered user projects to the documentation.
This commit is contained in:
parent
8c3d63b5cf
commit
7b0cebc1d7
2 changed files with 7 additions and 3 deletions
|
@ -123,7 +123,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
|||
#if (FLASHEND > 0xFFFF)
|
||||
if ((uint16_t)(PageAddress >> 8) == COMMAND_STARTAPPLICATION)
|
||||
#else
|
||||
if (PageAddress == COMMAND_STARTAPPLICATION)
|
||||
if (PageAddress == COMMAND_STARTAPPLICATION)
|
||||
#endif
|
||||
{
|
||||
RunBootloader = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue