summaryrefslogtreecommitdiffstats
path: root/setup.mk
blob: 7c3c2fd004430c75ba80556b167563edf6ea9a04 (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

# Uncomment and add/modify user include files
#VEXUSERINC = myfile.h