Fixed some initialization bugs.

This commit is contained in:
2014-05-02 11:15:51 -04:30
parent c29f36a997
commit 729b21400c
2 changed files with 38 additions and 12 deletions

View File

@@ -20,14 +20,14 @@
#include "marker.hpp"
#define CAN_LOG
//#define CAN_LOG
#define POINTS_PER_CALIBRATION_SAMPLE 54
#define CALIBRATION_SAMPLES 10
#ifdef CAN_LOG
#define log(TAG, MSG) (__android_log_write(ANDROID_LOG_DEBUG, TAG, MSG))
#else
#define log(TAG, MSG) (1 + 1)
#define log(TAG, MSG) ;
#endif
const char * TAG = "CVPROC_NATIVE";