Skip to content

Commit 850e7ab

Browse files
committed
remove todo
1 parent b2a74ad commit 850e7ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hal/src/main/native/systemcore/AddressableLED.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ void HAL_SetAddressableLEDData(int32_t start, int32_t length,
178178
*status = PARAMETER_OUT_OF_RANGE;
179179
return;
180180
}
181-
// TODO: handle color order
182181
ConvertAndCopyLEDData(&leds->s_buffer[start * 3], data, length * 3,
183182
colorOrder);
184183
leds->rawPub.Set(leds->s_buffer);

0 commit comments

Comments
 (0)