diff packages/hal/common/current/src/generic-stub.c @ 1068:745b55b432de

* src/generic-stub.c (crc32): Fix crctable option name typo.
author jlarmour
date Tue, 24 Jun 2003 04:57:18 +0000
parents 609c8b1447ee
children
line wrap: on
line diff
--- a/packages/hal/common/current/src/generic-stub.c
+++ b/packages/hal/common/current/src/generic-stub.c
@@ -1924,7 +1924,7 @@ crc32 (target_addr_t mem, int len, uint3
   int  is_progmem = TARGET_ADDR_IS_PROGMEM(mem);
 #endif
 
-#ifdef CYGDBG_HAL_CRCTABLE_RAM
+#ifdef CYGDBG_HAL_CRCTABLE_LOCATION_RAM
   if (! tableInit)
     {
       /* Initialize the CRC table and the decoding table. */