修复了头文件相互包含的问题

This commit is contained in:
jackfiled 2022-05-07 18:40:00 +08:00
parent 3841269587
commit 42df13da84

View File

@ -1,6 +1,5 @@
#ifndef AUTO_PILOT_BUS_RAIL_H #ifndef AUTO_PILOT_BUS_RAIL_H
#define AUTO_PILOT_BUS_RAIL_H #define AUTO_PILOT_BUS_RAIL_H
#include "bus.h"
struct { struct {
/** /**
@ -15,10 +14,6 @@ struct {
* *
*/ */
int next_node_distance; int next_node_distance;
/**
*
*/
bus_t* bus;
/** /**
* *
*/ */