From 1fbc4a8b2dfc030f174aaf475f7ea6820864d1a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 28 Sep 2012 14:17:43 +0100 Subject: Fix error text. --- src/plot/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot/common.c b/src/plot/common.c index c9f9dc1..f8c4a70 100644 --- a/src/plot/common.c +++ b/src/plot/common.c @@ -10,7 +10,7 @@ */ #ifndef PLOT_TYPE -#error PLOT_TYPE must be set to uint16_6 or uint32_t +#error PLOT_TYPE must be set to uint8_t, uint16_t, or uint32_t #endif #ifndef PLOT_LINELEN #error PLOT_LINELEN must be a macro to increment a line length -- cgit v1.2.3