made it so that the new LiveWindow mess doesn't do anything
Calls to LiveWindow (which is a kind of front end for smart dashboard) got added
to all of the low-level classes (aka the ones that we use). We decided against
creating a fork of WPILib for all of the parts that we care about and instead
just made it so that all of the function calls don't do anything.
git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4179 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/frc971/crio/crio.gyp b/frc971/crio/crio.gyp
index 3622161..e2cd6ae 100644
--- a/frc971/crio/crio.gyp
+++ b/frc971/crio/crio.gyp
@@ -5,6 +5,7 @@
'target_name': 'WPILib_changes',
'type': 'static_library',
'sources': [
+ '<(AOS)/externals/WPILib/WPILib/LiveWindow/LiveWindow.cpp',
],
'dependencies': [
'<(EXTERNALS):WPILib',