Skip to content

Commit

Permalink
Placed some extern "c" comments again
Browse files Browse the repository at this point in the history
  • Loading branch information
htibosch committed Oct 18, 2023
1 parent 7e2962c commit 9c8f66e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions source/include/FreeRTOS_BitConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@


#ifdef __cplusplus
/* extern "C" */
}
} /* extern "C" */
#endif

#endif /* FREERTOS_STREAM_BUFFER_H */
2 changes: 1 addition & 1 deletion source/include/FreeRTOS_Sockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
#endif

#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif

#endif /* FREERTOS_SOCKETS_H */
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
#define DRIVER_ETH_MAC_H_

#ifdef __cplusplus
extern "C"
{
extern "C" {
#endif

#include "Driver_ETH.h"
Expand Down Expand Up @@ -310,7 +309,7 @@ typedef struct _ARM_DRIVER_ETH_MAC {
} const ARM_DRIVER_ETH_MAC;

#ifdef __cplusplus
}
} /* extern "C" */
#endif

#endif /* DRIVER_ETH_MAC_H_ */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ typedef struct _ARM_DRIVER_ETH_PHY {
} const ARM_DRIVER_ETH_PHY;

#ifdef __cplusplus
}
} /* extern "C" */
#endif

#endif /* DRIVER_ETH_PHY_H_ */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@


#ifdef __cplusplus
}
} /* extern "C" */
#endif

#endif /* __CORE_CM55_H_GENERIC */
Expand Down Expand Up @@ -4910,7 +4910,7 @@ __STATIC_INLINE int32_t ITM_CheckChar (void)


#ifdef __cplusplus
}
} /* extern "C" */
#endif

#endif /* __CORE_CM55_H_DEPENDANT */
Expand Down

0 comments on commit 9c8f66e

Please sign in to comment.