example: add void

This commit is contained in:
Milanka Ringwald 2016-06-03 15:58:50 +02:00
parent 0f09bd9698
commit 287eecff9a

View File

@ -94,7 +94,7 @@ static void printUUID(uint8_t * uuid128, uint16_t uuid16){
}
}
static int blacklist_size(){
static int blacklist_size(void){
return sizeof(blacklist) / sizeof(bd_addr_t);
}