Fix FTBFS on Fedora 19

pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent b67d893eed
commit cd7215571c

@ -277,7 +277,7 @@ bool PIC14::isValidTris( const TQString & trisName ) const
bool PIC14::isValidInterrupt( const TQString & interruptName ) const
{
if(m_type == "P16F84" || m_type =="P16C84")
if(m_type == P16F84 || m_type == P16C84)
{
return ( interruptName == "change" ||
interruptName == "timer" ||

Loading…
Cancel
Save