Dears,
When build the project, it appears the Warning as below, would you please kinldy help to advice?
Warning : C4207: Invalid pragma push, missing #pragma pop (more #pragma push that #pragma pop occured)
And it happened in this position,
#pragma CODE_SEG __NEAR_SEG NON_BANKED
/*void interrupt VectorNumber_Vpit2 ISR_PIT2(void) */
vector 68 interrupt void ISR_PIT2(void) /* vector 68 */
{
//100ms //PITCFLMT=0;
PITTF |= 0x04;
Task_50ms();
//PITCFLMT=0x80;
}
#pragma CODE_SEG DEFAULT
Thanks,