aboutsummaryrefslogtreecommitdiffstats
path: root/setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup.mk')
-rw-r--r--setup.mk15
1 files changed, 0 insertions, 15 deletions
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/
-