Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamisonderek committed May 8, 2024
1 parent 51d4d89 commit b5645ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drivers/SK6805.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void SK6805_update(uint8_t led_count) {
SK6805_internal_update(led_count);
end = DWT->CYCCNT - end;

FURI_LOG_D("SK6805", "Update time: %ld Led count: %d", end, led_count);
// FURI_LOG_D("SK6805", "Update time: %ld Led count: %d", end, led_count);

furi_kernel_unlock();
}

0 comments on commit b5645ee

Please sign in to comment.