From 1445173ac6e562817fda8b3890689b1d07a05ceb Mon Sep 17 00:00:00 2001 From: Tectu Date: Wed, 20 Jun 2012 13:51:48 +0200 Subject: [PATCH] graph does now take int instead of int16 arrays --- graph.c | 8 ++++---- graph.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graph.c b/graph.c index 440f2507..a9d4a378 100644 --- a/graph.c +++ b/graph.c @@ -35,19 +35,19 @@ void graphDrawSystem(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_ } } -void graphDrawDots(int16_t coord[][2], uint16_t entries, uint16_t radius, uint16_t color) { +void graphDrawDots(int coord[][2], uint16_t entries, uint16_t radius, uint16_t color) { uint16_t i; - for(i=0; i