commit: 942c2a8d5acfebe73cc1dafd9b0044cb1cc7e911
parent be9dfe65dd9cbc9f58e7c55894220b6708a22da7
Author: Ryan <fauxpark@gmail.com>
Date: Thu, 13 Jun 2024 13:31:03 +1000
Fix nonunique anchors (#23910)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/features/led_matrix.md b/docs/features/led_matrix.md
@@ -520,7 +520,7 @@ Move to the previous enabled effect.
---
-### `void led_matrix_step_reverse_noeeprom(void)` {#api-led-matrix-step-reverse}
+### `void led_matrix_step_reverse_noeeprom(void)` {#api-led-matrix-step-reverse-noeeprom}
Move to the previous enabled effect. New state is not written to EEPROM.
diff --git a/docs/features/rgb_matrix.md b/docs/features/rgb_matrix.md
@@ -1177,7 +1177,7 @@ Move to the previous enabled effect.
---
-### `void rgb_matrix_step_reverse_noeeprom(void)` {#api-rgb-matrix-step-reverse}
+### `void rgb_matrix_step_reverse_noeeprom(void)` {#api-rgb-matrix-step-reverse-noeeprom}
Move to the previous enabled effect. New state is not written to EEPROM.