mirror of
https://github.com/bbulkow/FastLED-idf.git
synced 2025-08-01 03:35:11 +02:00
Cleaned up a warning.
This commit is contained in:
@@ -146,7 +146,7 @@ void blinkLeds_chase(void *pvParameters) {
|
|||||||
uint64_t start = esp_timer_get_time();
|
uint64_t start = esp_timer_get_time();
|
||||||
FastLED.show();
|
FastLED.show();
|
||||||
uint64_t end = esp_timer_get_time();
|
uint64_t end = esp_timer_get_time();
|
||||||
printf("Show Time: %"PRIu64"\n",end-start);
|
printf("Show Time: %" PRIu64 "\n",end-start);
|
||||||
delay(200);
|
delay(200);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user