Add new LUFA powered user projects to the documentation.

This commit is contained in:
Dean Camera 2011-04-23 05:01:50 +00:00
parent 8c3d63b5cf
commit 7b0cebc1d7
2 changed files with 7 additions and 3 deletions

View file

@ -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;