Merge branch 'master' of gitee.com:hnuyuelurm/basic_framework

This commit is contained in:
NeoZng
2022-12-13 19:40:06 +08:00
16 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#ifndef MONITOR_H
#define MONITOR_H
#include "stdint-gcc.h"
#include "stdint.h"
#define DAEMON_MX_CNT 64

View File

@@ -12,7 +12,7 @@
#include "led_task.h"
#include <stdint-gcc.h>
#include <stdint.h>
#include "bsp_led.h"
#include "main.h"

View File

@@ -2,7 +2,7 @@
#define __SEASKY_PROTOCOL_H
#include <stdio.h>
#include <stdint-gcc.h>
#include <stdint.h>
#define PROTOCOL_CMD_ID 0XA5
#define OFFSET_BYTE 8 // 出数据段外,其他部分所占字节数

View File

@@ -13,7 +13,7 @@
#ifndef PUBSUB_H
#define PUBSUB_H
#include "stdint-gcc.h"
#include "stdint.h"
#define MAX_EVENT_NAME_LEN 32 //最大的事件名长度,每个事件都有字符串来命名

View File

@@ -1,7 +1,7 @@
#ifndef HT04_H
#define HT04_H
#include <stdint-gcc.h>
#include <stdint.h>
#include "bsp_can.h"
#include "controller.h"
#include "motor_def.h"

View File

@@ -1,7 +1,7 @@
#ifndef LK9025_H
#define LK9025_H
#include <stdint-gcc.h>
#include "stdint.h"
#include "bsp_can.h"
#include "controller.h"
#include "motor_def.h"

View File

@@ -13,7 +13,7 @@
#define MOTOR_DEF_H
#include "controller.h"
#include <stdint-gcc.h>
#include <stdint.h>
#define LIMIT_MIN_MAX(x, min, max) (x) = (((x) <= (min)) ? (min) : (((x) >= (max)) ? (max) : (x)))

View File

@@ -1,7 +1,7 @@
#ifndef __CRC_H_
#define __CRC_H_
#include <stdint-gcc.h>
#include <stdint.h>
#define TRUE 1
#define FALSE 0

View File

@@ -13,7 +13,7 @@
#ifndef REMOTE_CONTROL_H
#define REMOTE_CONTROL_H
#include <stdint-gcc.h>
#include <stdint.h>
#include "main.h"
#include "usart.h"

View File

@@ -7,7 +7,7 @@
*/
#ifndef VOFA_H
#define VOFA_H
#include <stdint-gcc.h>
#include <stdint.h>
#include "bsp_usart.h"
#include "usart.h"