Skip to content

Commit

Permalink
applications: nrf_desktop: Use single backticks in headers
Browse files Browse the repository at this point in the history
Single backticks are enough in headers.

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Pekka Niskanen <[email protected]>
  • Loading branch information
MarekPieta committed Jan 22, 2025
1 parent 892563a commit 5c5d616
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 5c5d616

Please sign in to comment.