mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
完成消息中心模块,但是不提供队列功能
This commit is contained in:
4
Makefile
4
Makefile
@@ -129,6 +129,7 @@ modules/referee/referee_communication.c \
|
||||
modules/remote/remote_control.c \
|
||||
modules/super_cap/super_cap.c \
|
||||
modules/can_comm/can_comm.c \
|
||||
modules/message_center/message_center.c \
|
||||
application/gimbal/gimbal.c \
|
||||
application/chassis/chassis.c \
|
||||
application/shoot/shoot.c \
|
||||
@@ -224,7 +225,8 @@ C_INCLUDES = \
|
||||
-Imodules/referee \
|
||||
-Imodules/remote \
|
||||
-Imodules/super_cap \
|
||||
-Imodules/can_comm
|
||||
-Imodules/can_comm \
|
||||
-Imodules/message_center
|
||||
|
||||
# compile gcc flags
|
||||
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
Reference in New Issue
Block a user