mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-09 07:34:43 +02:00
Stop ESP32 warning
This commit is contained in:
@@ -353,7 +353,7 @@ void drawCube()
|
||||
uint32_t computePrimeNumbers(int32_t n) {
|
||||
if (n<2) return 1;
|
||||
|
||||
int32_t i, fact, j, p;
|
||||
int32_t i, fact, j, p = 0;
|
||||
|
||||
//Serial.print("\nPrime Numbers are: \n");
|
||||
for (i = 1; i <= n; i++)
|
||||
|
Reference in New Issue
Block a user