summaryrefslogtreecommitdiffstats
path: root/setup.mk
blob: b32d775ebde3df35a61f79afb9d734801ae69d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 lift.cpp claw.cpp

# Uncomment and add/modify user include files
#VEXUSERINC =