Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
54f6e730
Unverified
Commit
54f6e730
authored
Nov 12, 2020
by
Bodmer
Committed by
GitHub
Nov 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop ESP32 warning
parent
45eb2d38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
+1
-1
No files found.
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
View file @
54f6e730
...
@@ -353,7 +353,7 @@ void drawCube()
...
@@ -353,7 +353,7 @@ void drawCube()
uint32_t
computePrimeNumbers
(
int32_t
n
)
{
uint32_t
computePrimeNumbers
(
int32_t
n
)
{
if
(
n
<
2
)
return
1
;
if
(
n
<
2
)
return
1
;
int32_t
i
,
fact
,
j
,
p
;
int32_t
i
,
fact
,
j
,
p
=
0
;
//Serial.print("\nPrime Numbers are: \n");
//Serial.print("\nPrime Numbers are: \n");
for
(
i
=
1
;
i
<=
n
;
i
++
)
for
(
i
=
1
;
i
<=
n
;
i
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment