kopia lustrzana https://github.com/bristol-seds/pico-tracker
Added ((noreturn)) attribute to the program entry point
rodzic
48e48dfdd4
commit
b088c90d94
|
@ -154,6 +154,7 @@ const DeviceVectors exception_table = {
|
||||||
* \brief This is the code that gets called on processor reset.
|
* \brief This is the code that gets called on processor reset.
|
||||||
* To initialize the device, and call the main() routine.
|
* To initialize the device, and call the main() routine.
|
||||||
*/
|
*/
|
||||||
|
__attribute__((noreturn))
|
||||||
void Reset_Handler(void)
|
void Reset_Handler(void)
|
||||||
{
|
{
|
||||||
uint32_t *pSrc, *pDest;
|
uint32_t *pSrc, *pDest;
|
||||||
|
|
Ładowanie…
Reference in New Issue