projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweak the LUFA config for the Mass Storage class bootloader to reduce the compiled...
[pub/lufa.git]
/
Bootloaders
/
Printer
/
BootloaderPrinter.c
diff --git
a/Bootloaders/Printer/BootloaderPrinter.c
b/Bootloaders/Printer/BootloaderPrinter.c
index
5d4a89b
..
0e1fbba
100644
(file)
--- a/
Bootloaders/Printer/BootloaderPrinter.c
+++ b/
Bootloaders/Printer/BootloaderPrinter.c
@@
-299,7
+299,7
@@
int main(void)
}
/** Configures the board hardware and chip peripherals for the demo's functionality. */
}
/** Configures the board hardware and chip peripherals for the demo's functionality. */
-void SetupHardware(void)
+
static
void SetupHardware(void)
{
/* Disable watchdog if enabled by bootloader/fuses */
MCUSR &= ~(1 << WDRF);
{
/* Disable watchdog if enabled by bootloader/fuses */
MCUSR &= ~(1 << WDRF);
@@
-335,7
+335,7
@@
void EVENT_USB_Device_Connect(void)
}
/** Event handler for the USB_Disconnect event. This indicates that the device is no longer connected to a host via
}
/** Event handler for the USB_Disconnect event. This indicates that the device is no longer connected to a host via
- * the status LEDs and stops the
Mass Storage
management task.
+ * the status LEDs and stops the
Printer
management task.
*/
void EVENT_USB_Device_Disconnect(void)
{
*/
void EVENT_USB_Device_Disconnect(void)
{