Larswad / sd2iec_mega2560

SD2IEC adapted to work with Arduino mega 2560, with some other nice additions.
GNU General Public License v2.0
37 stars 14 forks source link

Enabling Display produces error compiling #9

Open Trekinfo opened 1 year ago

Trekinfo commented 1 year ago

Hi,

enabling the Display in config_mega2560 produces an error at compiling.

src/avr/arch-config.h:1687:22: error: 'SOFTI2C_BIT_INTRO' undeclared (first use in this function) SOFTI2C_PORT |= _BV(SOFTI2C_BIT_INTRO);

Can anybody help?

Greets Trekinfo