This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4372
Commits
14
Branches
0
Tags
306 MiB
Tree:
41dfdfb1a4
main
master
my1.12
my1.12-iic
pr-sensor-distance
release/1.12
sbg
tf-1.12
tf-1.12-print_test
tf-iic2uart
tf_driver-1.12
tf_i2c-1.12
tf_i2c_collis_pre
v1.13.0-BW
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '41dfdfb1a4'
${ noResults }
px4_autopilot
/
ROMFS
/
px4fmu_common
/
init.d
/
rc.logging
10 lines
85 B
Raw
Normal View
History
Unescape
Escape
Un-ignore the *.d directories in the ROMFS directory to avoid ignoring the init.d directory and friends. This is rinky, but the alternatives are all a mess.
12 years ago
#!nsh
#
# Initialise logging services.
#
if [ -d /fs/microsd ]
then
sdlog start
fi