FMUv1: Remove unneeded code

This commit is contained in:
Lorenz Meier 2015-11-29 17:03:06 +01:00
parent fa197ee490
commit f8ccac69bc

View File

@ -145,20 +145,6 @@ static struct spi_dev_s *spi3;
#include <math.h>
#if 0
#ifdef __cplusplus
__EXPORT int matherr(struct __exception *e)
{
return 1;
}
#else
__EXPORT int matherr(struct exception *e)
{
return 1;
}
#endif
#endif
__EXPORT int nsh_archinitialize(void)
{
int result;