Modifying the HKCC for no readily apparent reason

Dependencies:   FastPWM3

Revision:
59:8aa304768360
Parent:
58:c66bedfe3688
--- a/FastMath/FastMath.h	Sat Feb 27 22:57:54 2021 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#ifndef __FASTMATH_H
-#define __FASTMATH_H
-
-#include "LUT.h"
-
-namespace FastMath{
-    float FastSin(float theta);
-    float FastCos(float theta);
-    };
-
-#endif