Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -r891cb02e17aa6c3a5457c2bcce277180ab21d9d0 -r808738c04be99223438be862ab69d30b156f9fbd --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 891cb02e17aa6c3a5457c2bcce277180ab21d9d0) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 808738c04be99223438be862ab69d30b156f9fbd) @@ -15,9 +15,7 @@ * ***************************************************************************/ -#ifndef _VECTORCAST_ #include // For pow function -#endif #include // For memset and strlen #include // For sprintf Index: firmware/App/HDCommon.h =================================================================== diff -u -r891cb02e17aa6c3a5457c2bcce277180ab21d9d0 -r808738c04be99223438be862ab69d30b156f9fbd --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 891cb02e17aa6c3a5457c2bcce277180ab21d9d0) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 808738c04be99223438be862ab69d30b156f9fbd) @@ -123,6 +123,7 @@ #ifdef _VECTORCAST_ +/* S32 pow( S32 num, U32 exp ) { S32 result = num; @@ -143,6 +144,7 @@ return result; } +*/ #endif