This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Default abort() function - needed for Pozyx library
main
PaulStoffregen
7 years ago
parent
a40c49c9ce
commit
6db7bb2073
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
teensy3/mk20dx128.c
+ 6
- 0
teensy3/mk20dx128.c
View File
@@ -1221,6 +1221,12 @@ void __cxa_guard_release(char *g)
*g = 1;
}
__attribute__((weak))
void abort(void)
{
while (1) ;
}
#pragma GCC diagnostic pop
int nvic_execution_priority(void)
Write
Preview
Loading…
Cancel
Save