BLIT2008-Board mit i2c-tiny-usb-Firmware/patch-usbtiny-h.diff
Aus BraLUG-Wiki
(Weitergeleitet von Bearbeiten von BLIT2008-Board mit i2c-tiny-usb-Firmware/patch-usbtiny-h.diff)
--- a/usbtiny.h 2007-05-19 14:07:50.000000000 +0200 +++ b/usbtiny.h 2008-11-20 21:56:49.000000000 +0100 @@ -11,8 +11,8 @@ // I/O port. The following macros define the port letter and the input // bit numbers: #if! defined (__AVR_ATtiny45__) -#define USBTINY_PORT C -#define USBTINY_DPLUS 1 +#define USBTINY_PORT D +#define USBTINY_DPLUS 2 #define USBTINY_DMINUS 0 #else #define USBTINY_PORT B