mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +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 {INIT, W4_INQUIRY_MODE_COMPLETE, ACTIVE} ;
|
||||||
enum STATE state = INIT;
|
enum STATE state = INIT;
|
||||||
|
|
||||||
static void dump_supported_codecs(){
|
static void dump_supported_codecs(void){
|
||||||
int i;
|
int i;
|
||||||
printf("Supported codecs: ");
|
printf("Supported codecs: ");
|
||||||
for (i = 0; i < sizeof(codecs); i++){
|
for (i = 0; i < sizeof(codecs); i++){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user