Add files I forgot (FreeRTOS-openocd.c and panic.h)

This commit is contained in:
Jeroen Domburg
2016-08-24 17:21:27 +08:00
parent 29c2e58c75
commit a44c45e63e
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef PANIC_H
#define PANIC_H
void setBreakpointIfJtag(void *fn);
#endif