tidy
This commit is contained in:
parent
a943633e24
commit
26a0f5ce7c
2 changed files with 3 additions and 3 deletions
|
|
@ -34,6 +34,8 @@ if [ -f "$AUTO_PATH" ]; then
|
||||||
"$AUTO_PATH" # &> $LOGS_PATH/auto.txt
|
"$AUTO_PATH" # &> $LOGS_PATH/auto.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd $(dirname "$0")
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
keymon.elf & # &> $LOGS_PATH/keymon.txt &
|
keymon.elf & # &> $LOGS_PATH/keymon.txt &
|
||||||
|
|
@ -41,8 +43,6 @@ keymon.elf & # &> $LOGS_PATH/keymon.txt &
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
cd $(dirname "$0")
|
|
||||||
|
|
||||||
EXEC_PATH=/tmp/minui_exec
|
EXEC_PATH=/tmp/minui_exec
|
||||||
NEXT_PATH="/tmp/next"
|
NEXT_PATH="/tmp/next"
|
||||||
touch "$EXEC_PATH" && sync
|
touch "$EXEC_PATH" && sync
|
||||||
|
|
|
||||||
2
todo.txt
2
todo.txt
|
|
@ -20,7 +20,7 @@ review the original Union for workflows
|
||||||
from a single make call
|
from a single make call
|
||||||
|
|
||||||
bugs
|
bugs
|
||||||
-
|
- mgba needs deferred resume patch on rg35xx after all :grimace:
|
||||||
|
|
||||||
api
|
api
|
||||||
battery ramp is wrong for bigger battery
|
battery ramp is wrong for bigger battery
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue