Merged in paulpatience/nuttx-apps (pull request #7)

Fix issue detected by clang
This commit is contained in:
Gregory Nutt 2015-09-11 08:01:22 -06:00
commit 657cfe916c

View File

@ -176,7 +176,6 @@ int can_main(int argc, char *argv[])
nmsgs = CONFIG_EXAMPLES_CAN_NMSGS;
minid = 1;
maxid = MAX_ID - 1;
badarg = false;
#ifdef CONFIG_CAN_EXTID
extended = true;
#endif