From 941825b6a5e737573b5185cfedc31ae0de85a83a Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 10 Feb 2011 17:55:49 +0000 Subject: Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1661 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c') diff --git a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c index 6dac7b9b..c532f4f9 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c +++ b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c @@ -65,6 +65,7 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = */ static FILE USBSerialStream; + /** Main program entry point. This routine contains the overall program flow, including initial * setup of all components and the main program loop. */ -- cgit v1.2.3