diff --git a/Drivers/lcd.c b/Drivers/lcd.c index c268927..d50b003 100644 --- a/Drivers/lcd.c +++ b/Drivers/lcd.c @@ -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 diff --git a/Drivers/lcd.h b/Drivers/lcd.h index c211b68..c910364 100644 --- a/Drivers/lcd.h +++ b/Drivers/lcd.h @@ -50,4 +50,4 @@ extern unsigned char code bmp_siren_32x32[]; #endif -// Touched to align with doc updates +// Touched to align with doc updates V3 diff --git a/Drivers/lcd_font.h b/Drivers/lcd_font.h index 43cc616..8a04318 100644 --- a/Drivers/lcd_font.h +++ b/Drivers/lcd_font.h @@ -283,4 +283,4 @@ unsigned char code FONT_8x16[95][16] = { #endif -// Touched to align with doc updates +// Touched to align with doc updates V3 diff --git a/Drivers/rf.c b/Drivers/rf.c index cfd147d..b5097b2 100644 --- a/Drivers/rf.c +++ b/Drivers/rf.c @@ -287,4 +287,4 @@ void Loopback_Test(void) RF_RX = 0; } -// Touched to align with doc updates +// Touched to align with doc updates V3 diff --git a/Drivers/rf.h b/Drivers/rf.h index 718bffc..cbffe1b 100644 --- a/Drivers/rf.h +++ b/Drivers/rf.h @@ -15,4 +15,4 @@ void Loopback_Test(void); #endif -// Touched to align with doc updates +// Touched to align with doc updates V3