aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-30 14:57:37 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:06 -1000
commita67bb826148996d233f90fc29ddbe3255464e653 (patch)
tree718517540444bc4e8cc3ba57a47b1a5934eb8fb6
parent82992e0697fa4f615e21380e422c2569198f696c (diff)
downloadpx4-firmware-a67bb826148996d233f90fc29ddbe3255464e653.tar.gz
px4-firmware-a67bb826148996d233f90fc29ddbe3255464e653.tar.bz2
px4-firmware-a67bb826148996d233f90fc29ddbe3255464e653.zip
System lib: exclude up_cxxinit from compile as the board makefiles include it
-rw-r--r--src/modules/systemlib/systemlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/systemlib/systemlib.h b/src/modules/systemlib/systemlib.h
index 25f74351c..2f24215a9 100644
--- a/src/modules/systemlib/systemlib.h
+++ b/src/modules/systemlib/systemlib.h
@@ -48,9 +48,6 @@ __BEGIN_DECLS
/** Reboots the board */
__EXPORT void systemreset(bool to_bootloader) noreturn_function;
-/** Executes the CXX static initializers */
-__EXPORT void up_cxxinitialize(void);
-
/** Sends SIGUSR1 to all processes */
__EXPORT void killall(void);