Update of bug #40069 (project avr-libc): Status: None => Confirmed
_______________________________________________________ Follow-up Comment #1: This is obviously due them being named in the XML file that way: $ fgrep PCINT ATtiny2313A.xml <interrupt index="11" name="PCINT_B" caption="Pin Change Interrupt Request B"/> <interrupt index="19" name="PCINT_A" caption="Pin Change Interrupt Request A"/> <interrupt index="20" name="PCINT_D" caption="Pin Change Interrupt Request D"/> <bitfield caption="Pin Change Interrupt Masks" mask="0x7F" name="PCINT" lsb="11"/> <bitfield caption="Pin Change Interrupt Masks" mask="0x07" name="PCINT" lsb="8"/> But I agree, the datasheet mentions them as PCINT0, PCINT1, and PCINT2, respectively, so our header file should follow that. Please file a bug report at Atmel for the discrepancy between the datasheet and the XML file. The compiler cannot generate an error for a misspelled vector name, but it is supposed to generate a warning. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?40069> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.nongnu.org/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev