Skip to content

Commit

Permalink
canutils: Remove can/error.h include
Browse files Browse the repository at this point in the history
CAN error definitions now live in nuttx/can.h; separate header no longer
exists.
  • Loading branch information
JacobCrabill committed Jul 28, 2022
1 parent 6d9010f commit b7078bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canutils/libcanutils/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

#include <sys/socket.h> /* for sa_family_t */
#include <nuttx/can.h>
#include <nuttx/can/error.h>
#include <netpacket/can.h>

#include "lib.h"
Expand Down

0 comments on commit b7078bb

Please sign in to comment.