mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers/can: repair compiler error
Add function definition of "container_of" to fix compiler error. Signed-off-by: wangjinjing1 <wangjinjing1@xiaomi.com>
This commit is contained in:
parent
4ce802900f
commit
d7ea114fb8
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/nuttx.h>
|
||||
#include <nuttx/can/can_sender.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue