From 5c5d616c5a0eddf755ea4f74e57560b972fcf76f Mon Sep 17 00:00:00 2001 From: Marek Pieta Date: Wed, 22 Jan 2025 13:47:42 +0100 Subject: [PATCH] applications: nrf_desktop: Use single backticks in headers Single backticks are enough in headers. Signed-off-by: Marek Pieta Signed-off-by: Pekka Niskanen --- .../nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h | 2 +- .../configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h | 2 +- .../nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h | 2 +- .../configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h | 2 +- .../nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h | 2 +- .../configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h index 6d8ee4143d83..8926d9172c0f 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h @@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once; * PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */ static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255)); diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h index c6c29a1abe26..52b6d684ef62 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h @@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = { * for PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */ diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h index 7b168358fc4f..b558a3816666 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h @@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once; * PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */ static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255)); diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h index c3601d642efd..c8d59462f157 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h @@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = { * for PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */ diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h index f19e20336ca1..48229ad33dee 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h @@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once; * PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */ static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255)); diff --git a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h index d325ad177947..88672b9f8dff 100644 --- a/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h +++ b/applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h @@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = { * for PWM output. * * You can still use these LEDs with the PWM LED driver, but you must set the LED color to - * ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not + * `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not * used for the mentioned LEDs. */