00001
00021
00026
00027 #include "lpc17xx_libcfg_default.h"
00028
00029
00034 #ifndef __BUILD_WITH_EXAMPLE__
00035
00036 #ifdef DEBUG
00037
00038
00039
00040
00041
00042
00043
00044 void check_failed(uint8_t *file, uint32_t line)
00045 {
00046
00047
00048
00049
00050 while(1);
00051 }
00052 #endif
00053
00054 #endif
00055
00064