Files
relay_chn/private_include
ismail 6ff16b5797 Fix config parameters check
Unnecessary `#if CONFIG_FOO == 1` checks were removed and the
statements were simplified to` #if CONFIG_FOO`.
`#ifdef CONFIG_FOO` statements were also changed to `#if CONFIG_FOO`
to keep the style as uniform as possible.

Refs #1085
2025-08-25 10:56:01 +03:00
..
2025-08-25 10:56:01 +03:00
2025-08-25 10:56:01 +03:00
2025-08-22 17:41:08 +03:00