made scope l0dable work as intended

This commit is contained in:
schneider 2011-08-22 23:19:58 +02:00
parent 70506bee95
commit b388fbe9a5
1 changed files with 3 additions and 1 deletions

View File

@ -18,11 +18,12 @@
#include "lcd/display.h" #include "lcd/display.h"
#include "funk/mesh.h" #include "funk/mesh.h"
#include "usetable.h" #include "usetable.h"
#include "core/adc/adc.c" #include "core/adc/adc.h"
void ram(void) { void ram(void) {
int alive=0; int alive=0;
int ys[96]; int ys[96];
lcdClear();
DoString(5,1,"Oscilliscope"); DoString(5,1,"Oscilliscope");
lcdDisplay(); lcdDisplay();
@ -123,3 +124,4 @@ void ram(void) {
lcdDisplay(); lcdDisplay();
} }
} }
#include "core/adc/adc.c"