diff --git a/src/hal.h b/src/hal.h --- a/src/hal.h +++ b/src/hal.h @@ -3,10 +3,6 @@ #ifndef HAL_H #define HAL_H -#ifdef __cplusplus -extern "C" { -#endif //__cplusplus - typedef struct { const char *(*start)(const char * const *parm); void (*stop)(void); @@ -46,8 +42,4 @@ enum DriverType { MUSIC_DRIVER = 2, }; -#ifdef __cplusplus -} // extern "C" -#endif //__cplusplus - #endif /* HAL_H */