watterott / ATmega328PB-Testing

Atmel/Microchip ATmega328PB support for Arduino IDE
https://learn.watterott.com
76 stars 61 forks source link

Update include typo in Wire.h #33

Closed Codetector1374 closed 6 years ago

Codetector1374 commented 6 years ago

The original thing would work with case insensitive system. (Mac and Windows) But on Linux and other case sensitive FS it would not compile the Wire library.

(Fixed by changing the twi_Def to match actual file name twi_def

awatterott commented 6 years ago

Thank you for the info. I have fixed the typo and also removed the duplicate file.

awatterott commented 6 years ago

The v1.1.2 board includes the changes.