diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-08 20:09:05 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-08 20:09:05 -0500 |
commit | 92235fb259b0ebdfc99859c2c95fe1f8c163f411 (patch) | |
tree | e90d9b5adddad8d0ae744eadb5d15313517cc71b /setup.mk | |
parent | daad5eaa0296ff30624da5fbfaacdb88792b5fea (diff) |
trying out distortos
Diffstat (limited to 'setup.mk')
-rw-r--r-- | setup.mk | 15 |
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/
-
|