Skip to content

Commit 6cfd40b

Browse files
MarekPietanordicjm
authored andcommitted
applications: nrf_desktop: Use single backticks in headers
Single backticks are enough in headers. Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 1562d6f commit 6cfd40b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/hid_keyboard_leds_def_keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once;
2020
* PWM output.
2121
*
2222
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
23-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
23+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
2424
* used for the mentioned LEDs.
2525
*/
2626
static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255));

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l05_cpuapp/led_state_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = {
2828
* for PWM output.
2929
*
3030
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
31-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
31+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
3232
* used for the mentioned LEDs.
3333
*/
3434

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/hid_keyboard_leds_def_keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once;
2020
* PWM output.
2121
*
2222
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
23-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
23+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
2424
* used for the mentioned LEDs.
2525
*/
2626
static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255));

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l10_cpuapp/led_state_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = {
2828
* for PWM output.
2929
*
3030
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
31-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
31+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
3232
* used for the mentioned LEDs.
3333
*/
3434

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/hid_keyboard_leds_def_keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const struct {} hid_keyboard_leds_def_include_once;
2020
* PWM output.
2121
*
2222
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
23-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
23+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
2424
* used for the mentioned LEDs.
2525
*/
2626
static const struct led_effect keyboard_led_on = LED_EFFECT_LED_ON(LED_COLOR(255, 255, 255));

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/led_state_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static const uint8_t led_map[LED_ID_COUNT] = {
2828
* for PWM output.
2929
*
3030
* You can still use these LEDs with the PWM LED driver, but you must set the LED color to
31-
* ``LED_COLOR(255, 255, 255)`` or ``LED_COLOR(0, 0, 0)``. This ensures the PWM peripheral is not
31+
* `LED_COLOR(255, 255, 255)` or `LED_COLOR(0, 0, 0)`. This ensures the PWM peripheral is not
3232
* used for the mentioned LEDs.
3333
*/
3434

0 commit comments

Comments
 (0)