soc: sensry: remove unnecessary parenthesis from macro
removed redundant parentheses Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
b41feb9abc
commit
a933fb7bcc
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ void sys_arch_reboot(int type)
|
||||||
ARG_UNUSED(type);
|
ARG_UNUSED(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SY1XX_ARCHI_REF_CLOCK (32768)
|
#define SY1XX_ARCHI_REF_CLOCK 32768
|
||||||
#define SY1XX_ARCHI_PER_CLOCK (125000000)
|
#define SY1XX_ARCHI_PER_CLOCK 125000000
|
||||||
|
|
||||||
uint32_t sy1xx_soc_get_rts_clock_frequency(void)
|
uint32_t sy1xx_soc_get_rts_clock_frequency(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue