Skip to content

Commit 1f3c3a9

Browse files
committed
Issue #897 - Fixed missing { after extern "C"
1 parent 5929f37 commit 1f3c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripherals/soft-se/cmac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DEALINGS WITH THE SOFTWARE
3737
#define _CMAC_H_
3838

3939
#ifdef __cplusplus
40-
extern "C"
40+
extern "C" {
4141
#endif
4242

4343
#include "aes.h"

0 commit comments

Comments
 (0)