blob: d11b9dfa6f4e41829084853db78639b6784b0b24 (
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.c
# Uncomment and add/modify user include files
#VEXUSERINC = myfile.h
|