mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Remove unneeded includes
This commit is contained in:
parent
af2cf97b5e
commit
114c8f079b
1 changed files with 3 additions and 4 deletions
7
Usb.h
7
Usb.h
|
@ -21,11 +21,10 @@ e-mail : support@circuitsathome.com
|
||||||
|
|
||||||
// Not used anymore?
|
// Not used anymore?
|
||||||
//#define USB_METHODS_INLINE
|
//#define USB_METHODS_INLINE
|
||||||
#include "settings.h"
|
//#include <assert.h>
|
||||||
#include <inttypes.h>
|
|
||||||
#include "address.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include "settings.h"
|
||||||
|
#include "address.h"
|
||||||
#include "usbhost.h"
|
#include "usbhost.h"
|
||||||
#include "message.h"
|
#include "message.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue