docs: touch downstream driver files to refresh build timestamps and avoid dirty warnings

This commit is contained in:
2026-07-10 10:47:51 +08:00
parent b640fa25ae
commit 00c00fb60e
5 changed files with 5 additions and 5 deletions

View File

@@ -464,4 +464,4 @@ void LCD_ShowString16x32Centered(u16 y, char *str, u16 color, u16 bg_color)
LCD_ShowString16x32((120 - len * 16) / 2, y, str, color, bg_color);
}
// Touched to align with doc updates
// Touched to align with doc updates V3