From 92235fb259b0ebdfc99859c2c95fe1f8c163f411 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Tue, 8 Nov 2016 20:09:05 -0500
Subject: trying out distortos

---
 setup.mk | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 setup.mk

(limited to 'setup.mk')

diff --git a/setup.mk b/setup.mk
deleted file mode 100644
index 131405e..0000000
--- a/setup.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# uncomment these if running from default project location
-# Path to ChibiOS
-#CHIBIOS    = ../ChibiOS_2.6.2
-# Path to convex
-#CONVEX     = ../convex/cortex
-
-# uncomment to use the optional code like the smart motor library
-#CONVEX_OPT  = yes
-
-# User C code files
-VEXUSERSRC = vexuser.cpp src/motor.cpp 
-
-# Uncomment and add/modify user include files
-VEXUSERINC = include/
-
-- 
cgit v1.2.3