Skip to content

Commit

Permalink
单词打错了
Browse files Browse the repository at this point in the history
  • Loading branch information
qlwz committed Jan 10, 2020
1 parent 9c3aa4f commit 3551f88
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode
obj
xiaoaimqtt
xiaoaimqtt.back
xiaoaimqtt.black
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
#!/bin/sh /etc/rc.common
START=96
start() {
/data/xiaoaimqtt.back &
/data/xiaoaimqtt.black &
}
stop() {
kill `ps|grep '/data/xiaoaimqtt.back'|grep -v grep|awk '{print \$1}'`
kill `ps|grep '/data/xiaoaimqtt.black'|grep -v grep|awk '{print \$1}'`
}
```

3. 设置权限在 shell下执行
chmod a+x /data/xiaoaimqtt.back
chmod a+x /data/xiaoaimqtt.black
chmod a+x /etc/init.d/mico_enable
/etc/init.d/mico_enable enable
/etc/init.d/mico_enable start
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ CCFILE=arm-linux-gnueabihf-gcc
TARGET=xiaoaimqtt

# 下面黑版编译
#DIR_LIB=./lib.back
#DIR_LIB=./lib.black
#CCFILE=aarch64-linux-gnu-gcc
#TARGET=xiaoaimqtt.back
#TARGET=xiaoaimqtt.black

#sources_all := $(shell find . -name "*.c" -o -name "*.cpp" -o -name "*.h")
#sources_c := $(filter %.c, $(sources_all))
Expand Down

0 comments on commit 3551f88

Please sign in to comment.