OperaCake: fixes travis build errors
This commit is contained in:
@ -73,8 +73,8 @@ int parse_uint16(char* const s, uint16_t* const value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int parse_u16_range(char* s, hackrf_oc_range* range) {
|
int parse_u16_range(char* s, hackrf_oc_range* range) {
|
||||||
int result;
|
int result = 0;
|
||||||
uint16_t port;
|
uint16_t port = 0;
|
||||||
|
|
||||||
char *sep = strchr(s, ':');
|
char *sep = strchr(s, ':');
|
||||||
if (!sep)
|
if (!sep)
|
||||||
|
Reference in New Issue
Block a user