diff options
Diffstat (limited to 'stm32/unittest/src/semihosting.h')
| -rw-r--r-- | stm32/unittest/src/semihosting.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stm32/unittest/src/semihosting.h b/stm32/unittest/src/semihosting.h new file mode 100644 index 0000000..c602031 --- /dev/null +++ b/stm32/unittest/src/semihosting.h @@ -0,0 +1,7 @@ +#ifndef SEMIHOSTING_H +#define SEMIHOSTING_H +extern int semihosting_init(void); + +#endif // SEMIHOSTING_H + +/* vi:set ts=4 et sts=4: */ |
