Hi,
I dont understand how the interrupt prototype works in msp430?
I was going through the resource example and i didnt understand the following thing.
#pragma vector=USI_VECTOR
__interrupt void universal_serial_interface(void)
{
//some code.
}
What does #pragma do? and how does it works as ISR?