Minor clean up of the Mass Storage bootloader.

This commit is contained in:
Dean Camera 2013-03-31 14:15:03 +00:00
parent dc389f1c72
commit 7dc5295103
3 changed files with 11 additions and 2 deletions

View file

@ -41,6 +41,8 @@
#include <LUFA/Drivers/USB/USB.h>
#include "BootloaderAPI.h"
/* Macros: */
/** Endpoint address of the Mass Storage device-to-host data IN endpoint. */
#define MASS_STORAGE_IN_EPADDR (ENDPOINT_DIR_IN | 3)