Skip to content

Commit a933fb7

Browse files
committed
soc: sensry: remove unnecessary parenthesis from macro
removed redundant parentheses Signed-off-by: Benjamin Cabé <[email protected]>
1 parent b41feb9 commit a933fb7

File tree

1 file changed

+2
-2
lines changed
  • soc/sensry/ganymed/sy1xx/common

1 file changed

+2
-2
lines changed

soc/sensry/ganymed/sy1xx/common/soc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ void sys_arch_reboot(int type)
3131
ARG_UNUSED(type);
3232
}
3333

34-
#define SY1XX_ARCHI_REF_CLOCK (32768)
35-
#define SY1XX_ARCHI_PER_CLOCK (125000000)
34+
#define SY1XX_ARCHI_REF_CLOCK 32768
35+
#define SY1XX_ARCHI_PER_CLOCK 125000000
3636

3737
uint32_t sy1xx_soc_get_rts_clock_frequency(void)
3838
{

0 commit comments

Comments
 (0)