mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
test for HAVE_BZERO
This commit is contained in:
parent
26fe77d15a
commit
ff4d69d2cb
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user