mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/armv6+7-m/up_vectors.c: Fix the type mismatch warning for _ebss
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -71,10 +72,6 @@ extern void exception_common(void);
|
||||
* Public data
|
||||
************************************************************************************/
|
||||
|
||||
/* Provided by the linker script to indicate the end of the BSS */
|
||||
|
||||
extern char _ebss;
|
||||
|
||||
/* The v7m vector table consists of an array of function pointers, with the first
|
||||
* slot (vector zero) used to hold the initial stack pointer.
|
||||
*
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -66,10 +67,6 @@ extern void exception_common(void);
|
||||
* Public data
|
||||
************************************************************************************/
|
||||
|
||||
/* Provided by the linker script to indicate the end of the BSS */
|
||||
|
||||
extern char _ebss;
|
||||
|
||||
/* The v7m vector table consists of an array of function pointers, with the first
|
||||
* slot (vector zero) used to hold the initial stack pointer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user