• error C132: 'interrupt1': not in formal parameter list
    Good Day, i am a novice programmer and am trying to compiler a code for micro controller AT89C52 using a reference code but i keep running to an error which seems to be causing other errors. #include...
  • error C132: 'interrupt1': not in formal parameter list
    Good Day, i am a novice programmer and am trying to compiler a code for micro controller AT89C52 using a reference code but i keep running to an error which seems to be causing other errors. #include...
  • Error C132 in keil :not in formal parameter
    void gps () { unsigned char rx_data() ; unsigned int LAT[9], LON[10]; unsigned char Temp, i; if (rx_data() == ‘$’) { if( rx_data() == ‘G’) { if (rx_data() == ‘P’) ...
  • Error C132 in keil :not in formal parameter
    void gps () { unsigned char rx_data() ; unsigned int LAT[9], LON[10]; unsigned char Temp, i; if (rx_data() == ‘$’) { if( rx_data() == ‘G’) { if (rx_data() == ‘P’) ...
  • Getting Error "Not in Formal Parameter List"!
    Hi All, I am using C51. I am getting an error "C132: Not in Formal Parameter list" to the main() function. also getting same error to the structures defined. please can anybody tell me why this is happaning...