From 873d9e9bbd31bf60c636bbe06a23f519c743976a Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Thu, 11 Mar 2010 10:49:47 +0000 Subject: [PATCH] add LCD devicecode check git-svn-id: https://rt-thread.googlecode.com/svn/trunk@479 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/stm32_radio/ili9325/ili9325.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32_radio/ili9325/ili9325.c b/bsp/stm32_radio/ili9325/ili9325.c index 48a73e0264..c8cf1a513c 100644 --- a/bsp/stm32_radio/ili9325/ili9325.c +++ b/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); } -- GitLab