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); LCD_ShowString16x32((120 - len * 16) / 2, y, str, color, bg_color);
} }
// Touched to align with doc updates // Touched to align with doc updates V3

View File

@@ -50,4 +50,4 @@ extern unsigned char code bmp_siren_32x32[];
#endif #endif
// Touched to align with doc updates // Touched to align with doc updates V3

View File

@@ -283,4 +283,4 @@ unsigned char code FONT_8x16[95][16] = {
#endif #endif
// Touched to align with doc updates // Touched to align with doc updates V3

View File

@@ -287,4 +287,4 @@ void Loopback_Test(void)
RF_RX = 0; RF_RX = 0;
} }
// Touched to align with doc updates // Touched to align with doc updates V3

View File

@@ -15,4 +15,4 @@ void Loopback_Test(void);
#endif #endif
// Touched to align with doc updates // Touched to align with doc updates V3