Put avrpins include back at original order

Also some whitespace fixes
This commit is contained in:
Kristian Sloth Lauszus 2015-03-19 18:24:41 +01:00
parent cdc52a31f5
commit 424e351923
3 changed files with 3 additions and 3 deletions

View file

@ -322,4 +322,4 @@ LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0
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.

2
Usb.h
View file

@ -26,12 +26,12 @@ e-mail : support@circuitsathome.com
// None of these should ever be included by a driver, or a user's sketch. // None of these should ever be included by a driver, or a user's sketch.
#include "settings.h" #include "settings.h"
#include "printhex.h" #include "printhex.h"
#include "avrpins.h"
#include "message.h" #include "message.h"
#include "hexdump.h" #include "hexdump.h"
#include "sink_parser.h" #include "sink_parser.h"
#include "max3421e.h" #include "max3421e.h"
#include "address.h" #include "address.h"
#include "avrpins.h"
#include "usb_ch9.h" #include "usb_ch9.h"
#include "usbhost.h" #include "usbhost.h"
#include "UsbCore.h" #include "UsbCore.h"

View file

@ -524,4 +524,4 @@ uint8_t MAX3421e< SPI_SS, INTR >::IntHandler() {
// return( GPINIRQ ); // return( GPINIRQ );
//} //}
#endif //_USBHOST_H_ #endif // _USBHOST_H_