Skip to content

Commit

Permalink
core/inc/compiler: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed May 13, 2024
1 parent ec7eabb commit 6f46d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/inc/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ typedef float br_float;
#define BR_PRINTF_ATTRIBUTE(fmt, args) __attribute__((format(printf, fmt, args)))
#define BR_SCANF_ATTRIBUTE(fmt, args) __attribute__((format(scanf, fmt, args)))

#define BR_NORETURN __attribute__((__noreturn__))
#define BR_NORETURN __attribute__((__noreturn__))

#define BR_STATIC_ASSERT(cond, msg) _Static_assert((cond), msg)

Expand Down

0 comments on commit 6f46d05

Please sign in to comment.