summaryrefslogtreecommitdiff
path: root/stm/lcd.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-25 16:30:47 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-25 16:30:47 +0000
commit51f3a6becd8566243c12243b7c295de1fcabc388 (patch)
tree2ebaa09b139307ead6e42c6ff6aa77fb03459993 /stm/lcd.c
parentb829b5caecd1ba4fbc30e03978776d2c868dd67b (diff)
stm: Improved ADC module; add BOARD_NAME config value.
Diffstat (limited to 'stm/lcd.c')
-rw-r--r--stm/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lcd.c b/stm/lcd.c
index a7d473bf6..e8553a69e 100644
--- a/stm/lcd.c
+++ b/stm/lcd.c
@@ -13,7 +13,7 @@
#include "font_petme128_8x8.h"
#include "lcd.h"
-#if defined(PYBOARD)
+#if defined(PYBOARD3)
#define PYB_LCD_PORT (GPIOA)
#define PYB_LCD_CS1_PIN (GPIO_Pin_0)
#define PYB_LCD_RST_PIN (GPIO_Pin_1)