From 63419d9cc07c56234d0f61a80f32105b192aec8e Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 18 Feb 2021 13:31:17 +0800 Subject: Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example --- examples/demos/n00bdemo/plasma_tbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/demos/n00bdemo/plasma_tbl.h') diff --git a/examples/demos/n00bdemo/plasma_tbl.h b/examples/demos/n00bdemo/plasma_tbl.h index dd322e6..9f54f98 100644 --- a/examples/demos/n00bdemo/plasma_tbl.h +++ b/examples/demos/n00bdemo/plasma_tbl.h @@ -1,7 +1,7 @@ #ifndef _PLASMA_TBL_H #define _PLASMA_TBL_H -unsigned int plasma_colors[256]; +extern unsigned int plasma_colors[]; extern short plasma_sin1[]; extern short plasma_sin2[]; extern short plasma_sin3[]; -- cgit v1.2.3