From bc492bb40edde17cb2ff40cb61af34637e8eb724 Mon Sep 17 00:00:00 2001 From: Thad House Date: Tue, 1 Nov 2016 19:23:59 -0700 Subject: [PATCH] Removes the REAL definition from wpilib.h (#315) Interferes with OpenCV, and is heavy namespace polution anyway. --- wpilibc/athena/include/WPILib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wpilibc/athena/include/WPILib.h b/wpilibc/athena/include/WPILib.h index 27cf62cc2c..db5a79ed26 100644 --- a/wpilibc/athena/include/WPILib.h +++ b/wpilibc/athena/include/WPILib.h @@ -7,8 +7,6 @@ #pragma once -#define REAL - #include "ADXL345_I2C.h" #include "ADXL345_SPI.h" #include "ADXL362.h"