修复裁判系统源码的跨平台 include 路径

This commit is contained in:
Robofish 2026-03-14 16:49:35 +08:00
parent 7f5b8038da
commit a3b4381f7e
2 changed files with 15 additions and 15 deletions

View File

@ -6,13 +6,13 @@
#include "device.h"
#include <string.h>
//#include "bsp\delay.h"
#include "bsp\uart.h"
#include "component\crc16.h"
#include "component\crc8.h"
#include "component\user_math.h"
#include "device\referee.h"
// #include "module\cmd\cmd.h"
//#include "bsp/delay.h"
#include "bsp/uart.h"
#include "component/crc16.h"
#include "component/crc8.h"
#include "component/user_math.h"
#include "device/referee.h"
// #include "module/cmd/cmd.h"
/* Private define ----------------------------------------------------------- */
#define REF_HEADER_SOF (0xA5)

View File

@ -11,14 +11,14 @@ extern "C" {
/* Includes ----------------------------------------------------------------- */
#include <cmsis_os2.h>
#include <stdbool.h>
#include "component\ui.h"
#include "component\user_math.h"
#include "device\device.h"
#include "device\referee_proto_types.h"
#include "device\supercap.h"
#include "module\balance_chassis.h"
#include "module\gimbal.h"
#include "module\shoot.h"
#include "component/ui.h"
#include "component/user_math.h"
#include "device/device.h"
#include "device/referee_proto_types.h"
#include "device/supercap.h"
#include "module/balance_chassis.h"
#include "module/gimbal.h"
#include "module/shoot.h"
/* Exported constants ------------------------------------------------------- */
/* Exported macro ----------------------------------------------------------- */