From 096f940fee2ea037d3ec701fe5ed48630f01d7db Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sat, 4 Aug 2012 12:03:41 -0500 Subject: [PATCH] Reenable the flash version now Stac's fix is tested. --- flight/Libraries/math/sin_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/Libraries/math/sin_lookup.c b/flight/Libraries/math/sin_lookup.c index 4444d10d2..1e703b87f 100644 --- a/flight/Libraries/math/sin_lookup.c +++ b/flight/Libraries/math/sin_lookup.c @@ -33,7 +33,7 @@ #include "stdbool.h" #include "stdint.h" -//#define FLASH_TABLE +#define FLASH_TABLE #ifdef FLASH_TABLE /** Version of the code which precomputes the lookup table in flash **/