From 6513343b6b95db183dcaa34637945ffe1ecd29b4 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sun, 18 Apr 2010 13:46:33 -0700 Subject: use a more descriptive compilation conditional --- crc24q.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crc24q.c') diff --git a/crc24q.c b/crc24q.c index c58e0427..8f515c49 100644 --- a/crc24q.c +++ b/crc24q.c @@ -30,7 +30,7 @@ #include "crc24q.h" -#if 0 +#ifdef REBUILD_CRC_TABLE /* * The crc24q code table below can be regenerated with the following code: */ -- cgit v1.2.1