test for HAVE_BZERO

This commit is contained in:
matthias.ringwald 2011-06-05 09:52:42 +00:00
parent 26fe77d15a
commit ff4d69d2cb

View File

@ -172,7 +172,7 @@ uint8_t crc8_calc(uint8_t *data, uint16_t len)
return 0xFF - crc8(data, len);
}
#ifdef EMBEDDED
#ifndef HAVE_BZERO
/*-----------------------------------------------------------------------------------*/
// ad-hoc implemenation for embedded targets
void bzero(void *s, uint32_t n){