aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/reboot
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-07-28 14:50:27 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-07-28 14:50:27 +0200
commit4e5eb9740b509e814e9c16aefe40a373d67bbc43 (patch)
treebe657fe965c5216922bfd935f7edf2bdaa853443 /src/systemcmds/reboot
parent18635c5f5fffd2648aea0fa81f36fa0e8f42afb8 (diff)
downloadpx4-firmware-4e5eb9740b509e814e9c16aefe40a373d67bbc43.tar.gz
px4-firmware-4e5eb9740b509e814e9c16aefe40a373d67bbc43.tar.bz2
px4-firmware-4e5eb9740b509e814e9c16aefe40a373d67bbc43.zip
Fixed led and reboot linker challenges in C++ environments
Diffstat (limited to 'src/systemcmds/reboot')
-rw-r--r--src/systemcmds/reboot/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/reboot/reboot.c b/src/systemcmds/reboot/reboot.c
index 47d3cd948..0fd1e2724 100644
--- a/src/systemcmds/reboot/reboot.c
+++ b/src/systemcmds/reboot/reboot.c
@@ -47,7 +47,7 @@ __EXPORT int reboot_main(int argc, char *argv[]);
int reboot_main(int argc, char *argv[])
{
- up_systemreset();
+ systemreset();
}