Added ((noreturn)) attribute to the program entry point

rocketry
Richard Eoin Meadows 2014-08-03 10:09:16 +01:00
rodzic 48e48dfdd4
commit b088c90d94
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,7 @@ const DeviceVectors exception_table = {
* \brief This is the code that gets called on processor reset.
* To initialize the device, and call the main() routine.
*/
__attribute__((noreturn))
void Reset_Handler(void)
{
uint32_t *pSrc, *pDest;