2025.5.18晚上提交,实机调试后的代码,有一次成功了,但是后面没复现了,很奇怪

This commit is contained in:
Ñõԭ×Ó
2025-05-18 22:47:24 +08:00
parent 1155ae6f6d
commit 00e0d9366d
13 changed files with 129 additions and 124 deletions

View File

@@ -2,7 +2,7 @@
cxx := gccarm
file_cpp := $(wildcard *.cpp)
file_o := /home/pi/usr/maze.x
file_o := /home/pi/usr/maze2.x
$(file_o) : $(file_cpp)
@$(cxx) $^ -o $@
@@ -17,4 +17,4 @@ debug :
@echo $(file_cpp)
@echo $(file_o)
.PHONY : maze clean debug
.PHONY : maze clean debug