mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 16:20:54 +00:00
example: fix prototype
This commit is contained in:
parent
33b4aeee65
commit
3b9522a682
@ -126,7 +126,7 @@ int deviceCount = 0;
|
||||
enum STATE {INIT, W4_INQUIRY_MODE_COMPLETE, ACTIVE} ;
|
||||
enum STATE state = INIT;
|
||||
|
||||
static void dump_supported_codecs(){
|
||||
static void dump_supported_codecs(void){
|
||||
int i;
|
||||
printf("Supported codecs: ");
|
||||
for (i = 0; i < sizeof(codecs); i++){
|
||||
|
Loading…
x
Reference in New Issue
Block a user