From cd6bdd2fa5b4bff59f862b2cf0d63d24b8c496f4 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sun, 21 Feb 2010 20:54:17 -0500 Subject: [PATCH] target/main.c more stuff from progenv/ --- target/main.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/target/main.c b/target/main.c index 3e354e1..2f4f158 100644 --- a/target/main.c +++ b/target/main.c @@ -6,6 +6,7 @@ #include #include +#include volatile u8 callbackwait; volatile u8 lastsample; @@ -24,17 +25,10 @@ u32 noiseseed = 1; u8 light[2]; -#include "../tracker/exported.h" +#include "tracker/exported.h" const u8 validcmds[] = "0dfijlmtvw~+="; -enum { - WF_TRI, - WF_SAW, - WF_PUL, - WF_NOI -}; - volatile struct oscillator { u16 freq; u16 phase; -- 2.50.1