소스 검색

Default abort() function - needed for Pozyx library

main
PaulStoffregen 7 년 전
부모
커밋
6db7bb2073
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      teensy3/mk20dx128.c

+ 6
- 0
teensy3/mk20dx128.c 파일 보기

@@ -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)

Loading…
취소
저장