LED ERROR

Hi All

Code is:

                /* everything fine = LED GREEN */
                if( status == OK) toggleLed(LED_OK);

Error is :

main.c(146): error:  #20: identifier "LED_OK" is undefined
                if( status == OK) toggleLed(LED_OK);

Why???

Parents Reply Children
More questions in this forum