Bug in LPC23xx port?

vitomsc wrote on Tuesday, September 11, 2007:

In the portISR.c file of the port for the LPC23xx microcontrollers
(Source\portable\GCC\ARM7_LPC23xx\portISR.c) there is the following line

    FIO2SET |= (1<<0);

I think that this has been used in the development of the port but
must be deleted to avoid interference in an application that use the pin P2.0.

Best regards,

Victor

rtel wrote on Tuesday, September 11, 2007:

Thanks for pointing this oversight out.  I have removed it from the next release.

Regards.