Browse Source

* [bsp][gd32vf103v-eval]删除无用代码。

guozhanxin 5 years ago
parent
commit
de2e82bc46
1 changed files with 0 additions and 3 deletions
  1. 0 3
      bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/handlers.c

+ 0 - 3
bsp/gd32vf103v-eval/libraries/n22/env_Eclipse/handlers.c

@@ -15,9 +15,6 @@ __attribute__((weak))  uintptr_t handle_trap(uintptr_t mcause, uintptr_t sp) {
         handle_nmi();
     }
     write(1, "trap\n", 5);
-    // printf("In trap handler, the mcause is %d\n", mcause);
-    // printf("In trap handler, the mepc is 0x%x\n", read_csr(mepc));
-    // printf("In trap handler, the mtval is 0x%x\n", read_csr(mbadaddr));
     _exit(mcause);
     return 0;
 }