aboutsummaryrefslogtreecommitdiffstats
path: root/setup.mk
blob: 131405e5b761fbfd68eb2887f89ca52ea401a741 (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 src/motor.cpp 

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