aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-30 16:58:33 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-30 16:58:33 +0200
commitc4f39fcdde7c44ca0423615497bb9f92d6ac4cdc (patch)
treecca5d9e7dd029dd217efa7d736ecdaf4b35ce81b /include
parent427cfaa0525744b29e6b2cb26b3845b383bcad3b (diff)
downloaduGFX-c4f39fcdde7c44ca0423615497bb9f92d6ac4cdc.tar.gz
uGFX-c4f39fcdde7c44ca0423615497bb9f92d6ac4cdc.tar.bz2
uGFX-c4f39fcdde7c44ca0423615497bb9f92d6ac4cdc.zip
added obsolete #warning to gdispInit()
Diffstat (limited to 'include')
-rw-r--r--include/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gfx.h b/include/gfx.h
index ac9a5382..b2c84daf 100644
--- a/include/gfx.h
+++ b/include/gfx.h
@@ -199,8 +199,8 @@ extern "C" {
*/
void gfxInit(void);
- /* Compatibility for old programs */
- #define gdispInit() gfxInit()
+ /* compatibility for old programs - throws a #warning */
+ void gdispInit(void);
#ifdef __cplusplus
}