Skip to content

Commit a75599c

Browse files
authored
Removed unused variable from static.adoc
This fixes #433
1 parent 9122466 commit a75599c

File tree

1 file changed

+0
-5
lines changed
  • Language/Variables/Variable Scope & Qualifiers

1 file changed

+0
-5
lines changed

Language/Variables/Variable Scope & Qualifiers/static.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ categories: [ "Variables" ]
44
subCategories: [ "Variable Scope & Qualifiers" ]
55
---
66

7-
8-
9-
10-
117
= Static
128

139

@@ -53,7 +49,6 @@ Variables declared as static will only be created and initialized the first time
5349
int stepsize;
5450
5551
int thisTime;
56-
int total;
5752
5853
void setup()
5954
{

0 commit comments

Comments
 (0)