From 30d03a620ce505fb91c5875d8185cd6d81f27b35 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 29 Sep 2012 20:56:30 +0200 Subject: replaced every LCD_XXX macro with GDISP_XXX --- old/graph/graph.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old/graph') diff --git a/old/graph/graph.mk b/old/graph/graph.mk index 706a9412..849940af 100644 --- a/old/graph/graph.mk +++ b/old/graph/graph.mk @@ -1,3 +1,3 @@ -LCD_GRAPH_SRC = $(LCDLIB)/graph/graph.c +GDISP_GRAPH_SRC = $(LCDLIB)/graph/graph.c -LCD_GRAPH_INC = $(LCDLIB)/graph +GDISP_GRAPH_INC = $(LCDLIB)/graph -- cgit v1.2.3