diff options
author | trsaunders <trsaunders@gmail.com> | 2012-06-25 23:46:50 +0100 |
---|---|---|
committer | trsaunders <trsaunders@gmail.com> | 2012-06-25 23:46:50 +0100 |
commit | 7f306bab7638b0472fd47f47ed133fe77b41a499 (patch) | |
tree | 28e507ac3b94c4c3aa5eaafbc19f0525b913c267 | |
parent | d96a491d321c7f668994d05e5a2ac7c119fb9f5b (diff) | |
download | uGFX-7f306bab7638b0472fd47f47ed133fe77b41a499.tar.gz uGFX-7f306bab7638b0472fd47f47ed133fe77b41a499.tar.bz2 uGFX-7f306bab7638b0472fd47f47ed133fe77b41a499.zip |
tidy up
-rw-r--r-- | drivers/lcd/ssd1289_lld.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/lcd/ssd1289_lld.c b/drivers/lcd/ssd1289_lld.c index 3ea4806c..3f98b8de 100644 --- a/drivers/lcd/ssd1289_lld.c +++ b/drivers/lcd/ssd1289_lld.c @@ -352,8 +352,6 @@ uint16_t lld_lcdGetWidth(void) { return lcd_width; } -#include "chprintf.h" - /* a positive lines value shifts the screen up, negative down */ void lld_lcdVerticalScroll(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, int16_t lines) { uint16_t row0, row1; |