mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
fix previous
This commit is contained in:
parent
1f42c51bd2
commit
672758c45c
1 changed files with 2 additions and 2 deletions
4
Usb.h
4
Usb.h
|
@ -134,8 +134,8 @@ public:
|
|||
};
|
||||
|
||||
|
||||
typedef MAX3421e<P6, P3> MAX3421E; // Black Widdow
|
||||
//typedef MAX3421e<P10, P9> MAX3421E; // Duemielanove
|
||||
//typedef MAX3421e<P6, P3> MAX3421E; // Black Widdow
|
||||
typedef MAX3421e<P10, P9> MAX3421E; // Duemielanove
|
||||
|
||||
class USB : public MAX3421E
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue