diff options
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.c b/Bootloaders/CDC/BootloaderCDC.c index cb99a051b..97a0f1b55 100644 --- a/Bootloaders/CDC/BootloaderCDC.c +++ b/Bootloaders/CDC/BootloaderCDC.c @@ -319,7 +319,7 @@ static void WriteNextResponseByte(const uint8_t Response) } } - /* Write the next byte to the OUT endpoint */ + /* Write the next byte to the IN endpoint */ Endpoint_Write_Byte(Response); } |