mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
mark hci_dump_log with __printf__ format attribute
This commit is contained in:
parent
1a1c838922
commit
65280ee1c8
@ -86,7 +86,11 @@ void hci_dump_packet(uint8_t packet_type, uint8_t in, uint8_t *packet, uint16_t
|
||||
/*
|
||||
* @brief
|
||||
*/
|
||||
void hci_dump_log(int log_level, const char * format, ...);
|
||||
void hci_dump_log(int log_level, const char * format, ...)
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((format (__printf__, 2, 3)));
|
||||
#endif
|
||||
;
|
||||
|
||||
/*
|
||||
* @brief
|
||||
|
Loading…
x
Reference in New Issue
Block a user