Unverified Commit 54f6e730 authored by Bodmer's avatar Bodmer Committed by GitHub

Stop ESP32 warning

parent 45eb2d38
......@@ -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++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment