Question
ST, don't use /** **/ for one line comments
Posted on October 26, 2017 at 22:43
Because IDE does not like nested comments. I am commenting several lines of example code but some idiot has put every other line an one line a /* */ comment.
Fix that software please.
Not like this:
/* Insert a delay of display */
HAL_Delay(2);
}
/* Clear the Background Layer */
BSP_LCD_Clear(LCD_COLOR_BLACK);�?�?�?�?�?�?
//