diff --git a/examples/Bluetooth/BTHID/BTHID.ino b/examples/Bluetooth/BTHID/BTHID.ino index 33ee96c5..58a2f92f 100644 --- a/examples/Bluetooth/BTHID/BTHID.ino +++ b/examples/Bluetooth/BTHID/BTHID.ino @@ -12,8 +12,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/PS3BT/PS3BT.ino b/examples/Bluetooth/PS3BT/PS3BT.ino index 610269bb..d7a13331 100644 --- a/examples/Bluetooth/PS3BT/PS3BT.ino +++ b/examples/Bluetooth/PS3BT/PS3BT.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/PS3Multi/PS3Multi.ino b/examples/Bluetooth/PS3Multi/PS3Multi.ino index 5ebfd781..600b3d87 100644 --- a/examples/Bluetooth/PS3Multi/PS3Multi.ino +++ b/examples/Bluetooth/PS3Multi/PS3Multi.ino @@ -11,8 +11,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/PS3SPP/PS3SPP.ino b/examples/Bluetooth/PS3SPP/PS3SPP.ino index 8f234cbd..f619c519 100644 --- a/examples/Bluetooth/PS3SPP/PS3SPP.ino +++ b/examples/Bluetooth/PS3SPP/PS3SPP.ino @@ -16,8 +16,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/PS4BT/PS4BT.ino b/examples/Bluetooth/PS4BT/PS4BT.ino index 9cac6cdc..71c13171 100644 --- a/examples/Bluetooth/PS4BT/PS4BT.ino +++ b/examples/Bluetooth/PS4BT/PS4BT.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/SPP/SPP.ino b/examples/Bluetooth/SPP/SPP.ino index 8fb9c4ec..35586ccd 100644 --- a/examples/Bluetooth/SPP/SPP.ino +++ b/examples/Bluetooth/SPP/SPP.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/SPPMulti/SPPMulti.ino b/examples/Bluetooth/SPPMulti/SPPMulti.ino index df521d8e..697eb505 100644 --- a/examples/Bluetooth/SPPMulti/SPPMulti.ino +++ b/examples/Bluetooth/SPPMulti/SPPMulti.ino @@ -10,8 +10,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/Wii/Wii.ino b/examples/Bluetooth/Wii/Wii.ino index b1935681..25c39c73 100644 --- a/examples/Bluetooth/Wii/Wii.ino +++ b/examples/Bluetooth/Wii/Wii.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino b/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino index 18c5b411..95928eb5 100644 --- a/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino +++ b/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino b/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino index 573b8bd4..1fd2f3aa 100644 --- a/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino +++ b/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino @@ -17,8 +17,8 @@ Otherwise, wire up a IR LED yourself. // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include #ifndef WIICAMERA // Used to check if WIICAMERA is defined #error "Please set ENABLE_WII_IR_CAMERA to 1 in settings.h" diff --git a/examples/Bluetooth/WiiMulti/WiiMulti.ino b/examples/Bluetooth/WiiMulti/WiiMulti.ino index 07c6f13d..1d6bc410 100644 --- a/examples/Bluetooth/WiiMulti/WiiMulti.ino +++ b/examples/Bluetooth/WiiMulti/WiiMulti.ino @@ -11,8 +11,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/Bluetooth/WiiUProController/WiiUProController.ino b/examples/Bluetooth/WiiUProController/WiiUProController.ino index ab35a274..2cb86300 100644 --- a/examples/Bluetooth/WiiUProController/WiiUProController.ino +++ b/examples/Bluetooth/WiiUProController/WiiUProController.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside diff --git a/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino b/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino index ed475887..774c8d7d 100644 --- a/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino +++ b/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino @@ -4,8 +4,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class KbdRptParser : public KeyboardReportParser { diff --git a/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino b/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino index 9644d343..de906a6e 100644 --- a/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino +++ b/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino @@ -4,8 +4,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include class MouseRptParser : public MouseReportParser { diff --git a/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino b/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino index df5f2844..05267ecb 100644 --- a/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino +++ b/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino @@ -4,8 +4,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class MouseRptParser : public MouseReportParser { diff --git a/examples/HID/USBHIDJoystick/USBHIDJoystick.ino b/examples/HID/USBHIDJoystick/USBHIDJoystick.ino index dff9cd50..153fca2e 100644 --- a/examples/HID/USBHIDJoystick/USBHIDJoystick.ino +++ b/examples/HID/USBHIDJoystick/USBHIDJoystick.ino @@ -5,8 +5,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include #include "hidjoystickrptparser.h" diff --git a/examples/HID/USBHIDMultimediaKbd/USBHIDMultimediaKbd.ino b/examples/HID/USBHIDMultimediaKbd/USBHIDMultimediaKbd.ino index f3b79dce..73f81e55 100644 --- a/examples/HID/USBHIDMultimediaKbd/USBHIDMultimediaKbd.ino +++ b/examples/HID/USBHIDMultimediaKbd/USBHIDMultimediaKbd.ino @@ -4,8 +4,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include // Override HIDComposite to be able to select which interface we want to hook into class HIDSelector : public HIDComposite diff --git a/examples/HID/USBHID_desc/USBHID_desc.ino b/examples/HID/USBHID_desc/USBHID_desc.ino index cd7ced23..fb9c333b 100644 --- a/examples/HID/USBHID_desc/USBHID_desc.ino +++ b/examples/HID/USBHID_desc/USBHID_desc.ino @@ -7,8 +7,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class HIDUniversal2 : public HIDUniversal { diff --git a/examples/HID/le3dp/le3dp.ino b/examples/HID/le3dp/le3dp.ino index 07a1da04..a57ba221 100644 --- a/examples/HID/le3dp/le3dp.ino +++ b/examples/HID/le3dp/le3dp.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub Hub(&Usb); diff --git a/examples/HID/scale/scale.ino b/examples/HID/scale/scale.ino index 0163df1e..51880100 100644 --- a/examples/HID/scale/scale.ino +++ b/examples/HID/scale/scale.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub Hub(&Usb); diff --git a/examples/PS3USB/PS3USB.ino b/examples/PS3USB/PS3USB.ino index 9d033ea6..5d21a551 100644 --- a/examples/PS3USB/PS3USB.ino +++ b/examples/PS3USB/PS3USB.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; /* You can create the instance of the class in two ways */ diff --git a/examples/PS4USB/PS4USB.ino b/examples/PS4USB/PS4USB.ino index d0d76790..74c44ce0 100644 --- a/examples/PS4USB/PS4USB.ino +++ b/examples/PS4USB/PS4USB.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; PS4USB PS4(&Usb); diff --git a/examples/PSBuzz/PSBuzz.ino b/examples/PSBuzz/PSBuzz.ino index 6ee462c1..a356596e 100644 --- a/examples/PSBuzz/PSBuzz.ino +++ b/examples/PSBuzz/PSBuzz.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; PSBuzz Buzz(&Usb); diff --git a/examples/USBH_MIDI/USBH_MIDI_dump/USBH_MIDI_dump.ino b/examples/USBH_MIDI/USBH_MIDI_dump/USBH_MIDI_dump.ino index 34955914..689daf6f 100644 --- a/examples/USBH_MIDI/USBH_MIDI_dump/USBH_MIDI_dump.ino +++ b/examples/USBH_MIDI/USBH_MIDI_dump/USBH_MIDI_dump.ino @@ -16,8 +16,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub(&Usb); diff --git a/examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino b/examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino index 18e6363e..ddd86074 100644 --- a/examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino +++ b/examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino @@ -16,8 +16,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include #ifdef USBCON #define _MIDI_SERIAL_PORT Serial1 diff --git a/examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino b/examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino index d84fcaba..af57b746 100644 --- a/examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino +++ b/examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino @@ -16,8 +16,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include #ifdef USBCON #define _MIDI_SERIAL_PORT Serial1 diff --git a/examples/USBH_MIDI/bidirectional_converter/bidirectional_converter.ino b/examples/USBH_MIDI/bidirectional_converter/bidirectional_converter.ino index 4c0a3dba..6923d78d 100644 --- a/examples/USBH_MIDI/bidirectional_converter/bidirectional_converter.ino +++ b/examples/USBH_MIDI/bidirectional_converter/bidirectional_converter.ino @@ -19,8 +19,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include //Arduino MIDI library v4.2 compatibility #ifdef MIDI_CREATE_DEFAULT_INSTANCE diff --git a/examples/USBH_MIDI/eVY1_sample/eVY1_sample.ino b/examples/USBH_MIDI/eVY1_sample/eVY1_sample.ino index 45d23c9f..eb2a6262 100644 --- a/examples/USBH_MIDI/eVY1_sample/eVY1_sample.ino +++ b/examples/USBH_MIDI/eVY1_sample/eVY1_sample.ino @@ -12,8 +12,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub(&Usb); diff --git a/examples/USB_desc/USB_desc.ino b/examples/USB_desc/USB_desc.ino index 8341c503..e5e15f22 100644 --- a/examples/USB_desc/USB_desc.ino +++ b/examples/USB_desc/USB_desc.ino @@ -5,8 +5,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub1(&Usb); diff --git a/examples/Xbox/XBOXOLD/XBOXOLD.ino b/examples/Xbox/XBOXOLD/XBOXOLD.ino index 64a3ed61..086c3290 100644 --- a/examples/Xbox/XBOXOLD/XBOXOLD.ino +++ b/examples/Xbox/XBOXOLD/XBOXOLD.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub Hub1(&Usb); // The controller has a built in hub, so this instance is needed diff --git a/examples/Xbox/XBOXONE/XBOXONE.ino b/examples/Xbox/XBOXONE/XBOXONE.ino index 20d94a42..218f4918 100644 --- a/examples/Xbox/XBOXONE/XBOXONE.ino +++ b/examples/Xbox/XBOXONE/XBOXONE.ino @@ -8,8 +8,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; XBOXONE Xbox(&Usb); diff --git a/examples/Xbox/XBOXRECV/XBOXRECV.ino b/examples/Xbox/XBOXRECV/XBOXRECV.ino index 491b287e..4b10a63a 100644 --- a/examples/Xbox/XBOXRECV/XBOXRECV.ino +++ b/examples/Xbox/XBOXRECV/XBOXRECV.ino @@ -10,8 +10,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; XBOXRECV Xbox(&Usb); diff --git a/examples/Xbox/XBOXUSB/XBOXUSB.ino b/examples/Xbox/XBOXUSB/XBOXUSB.ino index 8a5691c6..29dfbccb 100644 --- a/examples/Xbox/XBOXUSB/XBOXUSB.ino +++ b/examples/Xbox/XBOXUSB/XBOXUSB.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; XBOXUSB Xbox(&Usb); diff --git a/examples/acm/acm_terminal/acm_terminal.ino b/examples/acm/acm_terminal/acm_terminal.ino index f509cda8..7be1dd7e 100644 --- a/examples/acm/acm_terminal/acm_terminal.ino +++ b/examples/acm/acm_terminal/acm_terminal.ino @@ -6,8 +6,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class ACMAsyncOper : public CDCAsyncOper { diff --git a/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino b/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino index 08fc6c80..75eaae4e 100644 --- a/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino +++ b/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino @@ -20,8 +20,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; ADK adk(&Usb, "TKJElectronics", // Manufacturer Name diff --git a/examples/adk/adk_barcode/adk_barcode.ino b/examples/adk/adk_barcode/adk_barcode.ino index 9417617d..407624b7 100644 --- a/examples/adk/adk_barcode/adk_barcode.ino +++ b/examples/adk/adk_barcode/adk_barcode.ino @@ -8,8 +8,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub Hub1(&Usb); diff --git a/examples/adk/demokit_20/demokit_20.ino b/examples/adk/demokit_20/demokit_20.ino index f65adf57..95113087 100644 --- a/examples/adk/demokit_20/demokit_20.ino +++ b/examples/adk/demokit_20/demokit_20.ino @@ -4,8 +4,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub hub0(&Usb); diff --git a/examples/adk/term_test/term_test.ino b/examples/adk/term_test/term_test.ino index 2dea73fd..5f856a12 100644 --- a/examples/adk/term_test/term_test.ino +++ b/examples/adk/term_test/term_test.ino @@ -4,8 +4,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; //USBHub Hub(&Usb); diff --git a/examples/adk/term_time/term_time.ino b/examples/adk/term_time/term_time.ino index 0f479a60..0f2c2c4b 100644 --- a/examples/adk/term_time/term_time.ino +++ b/examples/adk/term_time/term_time.ino @@ -4,8 +4,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; diff --git a/examples/board_qc/board_qc.ino b/examples/board_qc/board_qc.ino index 8ff41dda..20df028d 100644 --- a/examples/board_qc/board_qc.ino +++ b/examples/board_qc/board_qc.ino @@ -9,8 +9,8 @@ #ifdef dobogusinclude #include #include <../../../../hardware/pic32/libraries/SPI/SPI.h> // Hack to use the SPI library -#include // Hack to use the SPI library #endif +#include // Hack to use the SPI library /* variables */ uint8_t rcode; diff --git a/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino b/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino index 0173a08b..e78d98b2 100644 --- a/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino +++ b/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino @@ -3,8 +3,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include class ACMAsyncOper : public CDCAsyncOper { diff --git a/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino b/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino index b7d51a4c..aac8106e 100644 --- a/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino +++ b/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino @@ -6,8 +6,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class FTDIAsync : public FTDIAsyncOper { diff --git a/examples/hub_demo/hub_demo.ino b/examples/hub_demo/hub_demo.ino index fb3bd69f..ca0a3705 100644 --- a/examples/hub_demo/hub_demo.ino +++ b/examples/hub_demo/hub_demo.ino @@ -4,8 +4,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; USBHub Hub1(&Usb); diff --git a/examples/max_LCD/max_LCD.ino b/examples/max_LCD/max_LCD.ino index d1526330..eff935af 100644 --- a/examples/max_LCD/max_LCD.ino +++ b/examples/max_LCD/max_LCD.ino @@ -8,8 +8,8 @@ // Satisfy IDE, which only needs to see the include statment in the ino. #ifdef dobogusinclude #include -#include #endif +#include USB Usb; Max_LCD lcd(&Usb); diff --git a/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino b/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino index 7c4c9f6c..5890e332 100644 --- a/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino +++ b/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino @@ -8,8 +8,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class PLAsyncOper : public CDCAsyncOper { diff --git a/examples/pl2303/pl2303_gps/pl2303_gps.ino b/examples/pl2303/pl2303_gps/pl2303_gps.ino index 73cc2375..de5443db 100644 --- a/examples/pl2303/pl2303_gps/pl2303_gps.ino +++ b/examples/pl2303/pl2303_gps/pl2303_gps.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class PLAsyncOper : public CDCAsyncOper { public: diff --git a/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino b/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino index af13b6bc..55b4b0fa 100644 --- a/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino +++ b/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino @@ -15,8 +15,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include /* This sample code demonstrates the normal use of a TinyGPS object. Modified to be used with USB Host Shield Library r2.0 diff --git a/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino b/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino index 67b7dab6..116f7d91 100644 --- a/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino +++ b/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino @@ -9,8 +9,8 @@ // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include -#include #endif +#include class PLAsyncOper : public CDCAsyncOper { diff --git a/examples/testusbhostFAT/testusbhostFAT.ino b/examples/testusbhostFAT/testusbhostFAT.ino index 4e9e2ef6..0277b693 100644 --- a/examples/testusbhostFAT/testusbhostFAT.ino +++ b/examples/testusbhostFAT/testusbhostFAT.ino @@ -58,11 +58,11 @@ #if defined(CORE_TEENSY) && !defined(_AVR_) #include #include +#include #endif #if defined(__AVR__) #include -#include #elif defined(ARDUINO_ARCH_SAM) #include #endif diff --git a/settings.h b/settings.h index 804725a4..ad407f8a 100644 --- a/settings.h +++ b/settings.h @@ -71,8 +71,8 @@ e-mail : support@circuitsathome.com #define USE_SPI4TEENSY3 1 #endif -// Disabled on the Teensy LC, Teensy 3.5, and Teensy 3.6 as it is incompatible for now -#if defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__) +// Disabled on the Teensy LC, as it is incompatible for now +#if defined(__MKL26Z64__) #undef USE_SPI4TEENSY3 #define USE_SPI4TEENSY3 0 #endif @@ -129,7 +129,7 @@ e-mail : support@circuitsathome.com #define EXT_RAM 0 #endif -#if defined(CORE_TEENSY) && (defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__) || defined(__MKL26Z64__)) +#if defined(CORE_TEENSY) && defined(KINETISK) #define USING_SPI4TEENSY3 USE_SPI4TEENSY3 #else #define USING_SPI4TEENSY3 0