Explorar o código

add LCD devicecode check

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@479 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong %!s(int64=15) %!d(string=hai) anos
pai
achega
873d9e9bbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/stm32_radio/ili9325/ili9325.c

+ 1 - 1
bsp/stm32_radio/ili9325/ili9325.c

@@ -256,7 +256,7 @@ void ili9325_Initializtion(void)
     if( (DeviceCode != 0x9325) && (DeviceCode != 0x9328) && (DeviceCode != 0x7783) )
     {
         printf("Invalid LCD ID:%08X\r\n",DeviceCode);
-        printf("Please check you hardware.")
+        printf("Please check you hardware.");
         while(1);
     }