We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a85fa1 commit 0a2aa61Copy full SHA for 0a2aa61
1 file changed
modules/driver_profiLED/profiLED_gen.c
@@ -32,8 +32,6 @@ static uint32_t _profiLED_gen_write(uint32_t num_leds, struct profiLED_gen_color
32
const uint32_t min_bits = num_leds*25+50;
33
const uint32_t output_stream_length = (min_bits+7)/8;
34
35
- uint8_t* profiLED_gen_color_byte_array = (uint8_t*)profiLED_gen_colors;
36
-
37
for (uint32_t output_idx = 0; output_idx < output_stream_length; output_idx++) {
38
uint8_t out_byte = 0;
39
for (uint8_t i=0; i<8; i++) {
0 commit comments