mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 22:43:35 +00:00
test/embedded: fix build
This commit is contained in:
parent
2d17d4c068
commit
0a29b34893
@ -6,7 +6,7 @@
|
||||
|
||||
static void hci_dump_embedded_stdout_log_packet(uint8_t packet_type, uint8_t in, uint8_t *packet, uint16_t len){
|
||||
}
|
||||
static void hci_dump_embedded_stdout_log_message(const char * format, va_list argptr){
|
||||
static void hci_dump_embedded_stdout_log_message(int log_level, const char * format, va_list argptr){
|
||||
}
|
||||
static void hci_dump_embedded_stdout_reset(void){}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user