mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
nuttx/can: support to Send message priority sorting function.
Linked list-based priority sorting function for sending messages. Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# ##############################################################################
|
||||
|
||||
if(CONFIG_CAN)
|
||||
set(SRCS can.c)
|
||||
set(SRCS can.c can_sender.c)
|
||||
|
||||
if(CONFIG_CAN_MCP2515)
|
||||
list(APPEND SRCS mcp2515.c)
|
||||
|
||||
Reference in New Issue
Block a user