mk20dx256vlh7 working!

- Interrupt vector table position fix (affected everything in the firmware)
- Added fault debug messages
- Fixed usbMuxUart
This commit is contained in:
Jacob Alexander 2015-06-13 20:42:12 -07:00
parent e708a42d80
commit 03f60df94d
8 changed files with 85 additions and 18 deletions

View file

@ -91,7 +91,10 @@ endforeach()
###
# Directory Includes
#
include_directories( ${CMAKE_SOURCE_DIR}/../Lib )
include_directories (
${CMAKE_SOURCE_DIR}/../Lib
${CMAKE_SOURCE_DIR}
)