From b388fbe9a503544513c8ef70d53318ed6c7a932e Mon Sep 17 00:00:00 2001 From: schneider Date: Mon, 22 Aug 2011 23:19:58 +0200 Subject: [PATCH] made scope l0dable work as intended --- firmware/l0dable/scope.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/l0dable/scope.c b/firmware/l0dable/scope.c index b15fe48..6b44ecb 100644 --- a/firmware/l0dable/scope.c +++ b/firmware/l0dable/scope.c @@ -18,11 +18,12 @@ #include "lcd/display.h" #include "funk/mesh.h" #include "usetable.h" -#include "core/adc/adc.c" +#include "core/adc/adc.h" void ram(void) { int alive=0; int ys[96]; + lcdClear(); DoString(5,1,"Oscilliscope"); lcdDisplay(); @@ -123,3 +124,4 @@ void ram(void) { lcdDisplay(); } } +#include "core/adc/adc.c"