From 7f306bab7638b0472fd47f47ed133fe77b41a499 Mon Sep 17 00:00:00 2001 From: trsaunders Date: Mon, 25 Jun 2012 23:46:50 +0100 Subject: [PATCH] tidy up --- drivers/lcd/ssd1289_lld.c | 2 -- 1 file changed, 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;