浏览代码

Default abort() function - needed for Pozyx library

teensy4-core
PaulStoffregen 7 年前
父节点
当前提交
6db7bb2073
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      teensy3/mk20dx128.c

+ 6
- 0
teensy3/mk20dx128.c 查看文件

*g = 1; *g = 1;
} }


__attribute__((weak))
void abort(void)
{
while (1) ;
}

#pragma GCC diagnostic pop #pragma GCC diagnostic pop


int nvic_execution_priority(void) int nvic_execution_priority(void)

正在加载...
取消
保存