Push M0 halt code into a function.

This commit is contained in:
Jared Boone
2016-02-16 11:04:35 -08:00
parent 64da082306
commit 7fbe57931e
3 changed files with 13 additions and 5 deletions
+2
View File
@@ -30,4 +30,6 @@
void m4_init(const portapack::spi_flash::region_t from, const portapack::memory::region_t to);
void m4_request_shutdown();
void m0_halt();
#endif/*__M4_STARTUP_H__*/