Skip to content

Commit 0a2aa61

Browse files
committed
driver_profiLED: remove unused variable
1 parent 6a85fa1 commit 0a2aa61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/driver_profiLED/profiLED_gen.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ static uint32_t _profiLED_gen_write(uint32_t num_leds, struct profiLED_gen_color
3232
const uint32_t min_bits = num_leds*25+50;
3333
const uint32_t output_stream_length = (min_bits+7)/8;
3434

35-
uint8_t* profiLED_gen_color_byte_array = (uint8_t*)profiLED_gen_colors;
36-
3735
for (uint32_t output_idx = 0; output_idx < output_stream_length; output_idx++) {
3836
uint8_t out_byte = 0;
3937
for (uint8_t i=0; i<8; i++) {

0 commit comments

Comments
 (0)