This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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