diff options
Diffstat (limited to 'tinyusb/common/errors.h')
| -rw-r--r-- | tinyusb/common/errors.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 0106fb988..e4a75f0e8 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -38,5 +38,13 @@ #ifndef _TUSB_ERRORS_H_ #define _TUSB_ERRORS_H_ +#ifdef __cplusplus + extern "C" { +#endif + + +#ifdef __cplusplus + } +#endif #endif /* _TUSB_ERRORS_H_ */ |
