Skip to content

Commit

Permalink
fix AddressableLED::SetOrder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 19, 2024
1 parent daff939 commit ee0de88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpilibc/src/main/native/include/frc/AddressableLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ class AddressableLED {
/**
* Sets the color order for this AddressableLED
*
* @param[in] colorOrder the color order
* @param[in] order the color order
*/
void SetOrder(HAL_AddressableLEDColorOrder);
void SetOrder(HAL_AddressableLEDColorOrder order);

/**
* Sets the length of the LED strip.
Expand Down

0 comments on commit ee0de88

Please sign in to comment.