+ Endpoint_ClearSETUP();\r
+ \r
+ /* Wait until the command has been sent by the host */\r
+ while (!(Endpoint_IsOUTReceived()));\r
+ \r
+ /* Read in the write destination address */\r
+ uint16_t PageAddress = Endpoint_Read_Word_LE();\r
+ \r
+ /* Check if the command is a program page command, or a start application command */\r
+ if (PageAddress == TEENSY_STARTAPPLICATION)\r