mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
cansequence: convert extended, receive from int -> bool
This commit is contained in:
+2
-2
@@ -253,8 +253,8 @@ int main(int argc, char **argv)
|
||||
.can_family = AF_CAN,
|
||||
};
|
||||
char *interface = "can0";
|
||||
int extended = 0;
|
||||
int receive = 0;
|
||||
bool extended = false;
|
||||
bool receive = false;
|
||||
int opt;
|
||||
|
||||
sigaction(SIGINT, &act, NULL);
|
||||
|
||||
Reference in New Issue
Block a user