diff options
author | abhishek-kakkar <abhishek@kumar> | 2012-08-03 21:46:35 +0530 |
---|---|---|
committer | abhishek-kakkar <abhishek@kumar> | 2012-08-03 21:46:35 +0530 |
commit | 739cc8de18df19107df2029907e93a348bf4e1c3 (patch) | |
tree | c4bad3ec2cef8cb2b3339db9c8770e090660a14e /halext/drivers | |
parent | 10f51773e1b3b82ed53a30d1d17c3f794cc6250b (diff) | |
download | uGFX-739cc8de18df19107df2029907e93a348bf4e1c3.tar.gz uGFX-739cc8de18df19107df2029907e93a348bf4e1c3.tar.bz2 uGFX-739cc8de18df19107df2029907e93a348bf4e1c3.zip |
S6D1121 LLD Compile error fix
Diffstat (limited to 'halext/drivers')
-rw-r--r-- | halext/drivers/gdispS6d1121/s6d1121_lld.c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halext/drivers/gdispS6d1121/s6d1121_lld.c.h b/halext/drivers/gdispS6d1121/s6d1121_lld.c.h index ac90a58e..cd11c42f 100644 --- a/halext/drivers/gdispS6d1121/s6d1121_lld.c.h +++ b/halext/drivers/gdispS6d1121/s6d1121_lld.c.h @@ -94,7 +94,7 @@ return value; } static __inline uint16_t lld_lcdReadReg(uint16_t lcdReg) { - uint16_t value; + uint16_t lcdRAM; LCD_CS_LOW; LCD_RS_LOW; lld_lcdwrite(lcdReg); |