comparison Output/pjrcUSB/arm/usb_serial.c @ 308:ab4515606277

Fix whitespace Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 18:40:01 -0700
parents 4afb170978e9
children 9ac304aa1ab5
comparison
equal deleted inserted replaced
305:4617ef5e06f1 308:ab4515606277
43 43
44 44
45 45
46 // ----- Defines ----- 46 // ----- Defines -----
47 47
48 #define TRANSMIT_FLUSH_TIMEOUT 5 /* in milliseconds */ 48 #define TRANSMIT_FLUSH_TIMEOUT 5 /* in milliseconds */
49 49
50 // Maximum number of transmit packets to queue so we don't starve other endpoints for memory 50 // Maximum number of transmit packets to queue so we don't starve other endpoints for memory
51 #define TX_PACKET_LIMIT 8 51 #define TX_PACKET_LIMIT 8
52 52
53 // When the PC isn't listening, how long do we wait before discarding data? If this is 53 // When the PC isn't listening, how long do we wait before discarding data? If this is