sachin .b . rathod wrote:
How can we generate PORT1 interrupt for using mspgcc?
on.c:11: two or more data types in declaration of `PORT1_service_routine'
The problem is at line 11.
void ISR(PORT1, PORT1_service_routine); // declaration of ISR
I guess this is line 11. Remove it. You don't need a declaration for ISRs. Ralf
