cansequence: convert extended, receive from int -> bool
parent
5c433340c3
commit
e8a808e2ab
|
|
@ -253,8 +253,8 @@ int main(int argc, char **argv)
|
||||||
.can_family = AF_CAN,
|
.can_family = AF_CAN,
|
||||||
};
|
};
|
||||||
char *interface = "can0";
|
char *interface = "can0";
|
||||||
int extended = 0;
|
bool extended = false;
|
||||||
int receive = 0;
|
bool receive = false;
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
sigaction(SIGINT, &act, NULL);
|
sigaction(SIGINT, &act, NULL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue