修复裁判系统源码的跨平台 include 路径
This commit is contained in:
parent
7f5b8038da
commit
a3b4381f7e
@ -6,13 +6,13 @@
|
|||||||
#include "device.h"
|
#include "device.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
//#include "bsp\delay.h"
|
//#include "bsp/delay.h"
|
||||||
#include "bsp\uart.h"
|
#include "bsp/uart.h"
|
||||||
#include "component\crc16.h"
|
#include "component/crc16.h"
|
||||||
#include "component\crc8.h"
|
#include "component/crc8.h"
|
||||||
#include "component\user_math.h"
|
#include "component/user_math.h"
|
||||||
#include "device\referee.h"
|
#include "device/referee.h"
|
||||||
// #include "module\cmd\cmd.h"
|
// #include "module/cmd/cmd.h"
|
||||||
|
|
||||||
/* Private define ----------------------------------------------------------- */
|
/* Private define ----------------------------------------------------------- */
|
||||||
#define REF_HEADER_SOF (0xA5)
|
#define REF_HEADER_SOF (0xA5)
|
||||||
|
|||||||
@ -11,14 +11,14 @@ extern "C" {
|
|||||||
/* Includes ----------------------------------------------------------------- */
|
/* Includes ----------------------------------------------------------------- */
|
||||||
#include <cmsis_os2.h>
|
#include <cmsis_os2.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "component\ui.h"
|
#include "component/ui.h"
|
||||||
#include "component\user_math.h"
|
#include "component/user_math.h"
|
||||||
#include "device\device.h"
|
#include "device/device.h"
|
||||||
#include "device\referee_proto_types.h"
|
#include "device/referee_proto_types.h"
|
||||||
#include "device\supercap.h"
|
#include "device/supercap.h"
|
||||||
#include "module\balance_chassis.h"
|
#include "module/balance_chassis.h"
|
||||||
#include "module\gimbal.h"
|
#include "module/gimbal.h"
|
||||||
#include "module\shoot.h"
|
#include "module/shoot.h"
|
||||||
|
|
||||||
/* Exported constants ------------------------------------------------------- */
|
/* Exported constants ------------------------------------------------------- */
|
||||||
/* Exported macro ----------------------------------------------------------- */
|
/* Exported macro ----------------------------------------------------------- */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user