diff --git a/README.md b/README.md index 22f07ad6..4df40f13 100644 --- a/README.md +++ b/README.md @@ -322,4 +322,4 @@ LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 ``` -* This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles. +* This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles. \ No newline at end of file diff --git a/Usb.h b/Usb.h index fa801891..47bd626c 100644 --- a/Usb.h +++ b/Usb.h @@ -26,12 +26,12 @@ e-mail : support@circuitsathome.com // None of these should ever be included by a driver, or a user's sketch. #include "settings.h" #include "printhex.h" -#include "avrpins.h" #include "message.h" #include "hexdump.h" #include "sink_parser.h" #include "max3421e.h" #include "address.h" +#include "avrpins.h" #include "usb_ch9.h" #include "usbhost.h" #include "UsbCore.h" diff --git a/usbhost.h b/usbhost.h index 4e6154da..56cfd396 100644 --- a/usbhost.h +++ b/usbhost.h @@ -524,4 +524,4 @@ uint8_t MAX3421e< SPI_SS, INTR >::IntHandler() { // return( GPINIRQ ); //} -#endif //_USBHOST_H_ +#endif // _USBHOST_H_