PDA

View Full Version : The Preprocessor #IF _USE_CMU_CAM?


Mumford 406
02-23-2005, 06:09 PM
Where is the preprocessor statement #IF _USE_CMU_CAM set at?

I would like to use my joysticks while the cam is not hooked up, but keep the code in the processor.

Matt Leese
02-23-2005, 06:51 PM
Where is the preprocessor statement #IF _USE_CMU_CAM set at?

I would like to use my joysticks while the cam is not hooked up, but keep the code in the processor.
It's set in the compiler flags. Look under Project->Build Options.

Matt