i got this type of error please help me
error #20 identifier "HAL_LCD_RADIX_DEC" is undefined
error #20 identifier "HAL_LCD_RADIX_HEX" is undefined
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Somewhere in your code the following lines are missing / they are in another file of your project that the scope they are used in cannot access:
#define HAL_LCD_RADIX_DEC 10 #define HAL_LCD_RADIX_HEX 0x0A
Of course 10 and 0x0A are any values I have now used