mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
Avoid link error with CCS
This commit is contained in:
parent
17d9831b7e
commit
1fd51e4555
@ -244,7 +244,7 @@ void hci_dump_log(const char * format, ...){
|
||||
#ifdef EMBEDDED
|
||||
printf("LOG -- ");
|
||||
vprintf(format, argptr);
|
||||
putchar('\n');
|
||||
printf("\n");
|
||||
#else
|
||||
int len = vsnprintf(log_message_buffer, sizeof(log_message_buffer), format, argptr);
|
||||
hci_dump_packet(LOG_MESSAGE_PACKET, 0, (uint8_t*) log_message_buffer, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user