spracing_h7extreme Updates for NuttX 9.1.0-

This commit is contained in:
David Sidrane
2020-08-12 05:17:45 -07:00
committed by Daniel Agar
parent 8cb1fe5a54
commit f9adf861dc
22 changed files with 13 additions and 52 deletions
@@ -115,11 +115,6 @@ SECTIONS
*(.gnu.linkonce.r.*)
_etext = ABSOLUTE(.);
/*
* This is a hack to make the newlib libm __errno() call
* use the NuttX get_errno_ptr() function.
*/
__errno = get_errno_ptr;
} > FLASH_AXIM
/*
+1 -1
View File
@@ -48,7 +48,7 @@
#include <nuttx/sdio.h>
#include <nuttx/mmcsd.h>
#include <arch/board/board.h>
#include "up_internal.h"
#include "arm_internal.h"
#include <drivers/drv_hrt.h>
#include <drivers/drv_board_led.h>