From 57ce3cfd0107279b91bde03ac00911ba7ec43a2f Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 29 Nov 2015 17:03:19 +0100 Subject: [PATCH] FMUv2: Remove unneeded code --- src/drivers/boards/px4fmu-v2/px4fmu2_init.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/drivers/boards/px4fmu-v2/px4fmu2_init.c b/src/drivers/boards/px4fmu-v2/px4fmu2_init.c index 116a6ff556..687110fa40 100644 --- a/src/drivers/boards/px4fmu-v2/px4fmu2_init.c +++ b/src/drivers/boards/px4fmu-v2/px4fmu2_init.c @@ -212,19 +212,6 @@ static struct sdio_dev_s *sdio; #include -/* TODO XXX commented this out to get cmake build working */ -/*#ifdef __cplusplus*/ -/*__EXPORT int matherr(struct __exception *e)*/ -/*{*/ -/*return 1;*/ -/*}*/ -/*#else*/ -/*__EXPORT int matherr(struct exception *e)*/ -/*{*/ -/*return 1;*/ -/*}*/ -/*#endif*/ - __EXPORT int nsh_archinitialize(void) {