From 42df13da84d9498fa6f83bb23ffc6d160e028740 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Sat, 7 May 2022 18:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9B=B8=E4=BA=92=E5=8C=85=E5=90=AB=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/rail.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rail.h b/include/rail.h index 2878939..c48f56f 100644 --- a/include/rail.h +++ b/include/rail.h @@ -1,6 +1,5 @@ #ifndef AUTO_PILOT_BUS_RAIL_H #define AUTO_PILOT_BUS_RAIL_H -#include "bus.h" struct { /** @@ -15,10 +14,6 @@ struct { * 距离下一个站点的距离 */ int next_node_distance; - /** - * 指向公交车的指针 - */ - bus_t* bus; /** * 指向上一个站点的指针 */