fix previous

This commit is contained in:
Oleg Mazurov 2011-04-18 11:18:55 -06:00
parent 1f42c51bd2
commit 672758c45c

4
Usb.h
View file

@ -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
{