We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7909894 commit 910d849Copy full SHA for 910d849
examples/NonReg/Basics/STLTest/STLTest.ino
@@ -10,8 +10,8 @@
10
*/
11
12
#include "test_stl.h"
13
-static uint32_t count_pressed = 0;
14
-static uint32_t random_val = 0;
+static int32_t count_pressed = 0;
+static int32_t random_val = 0;
15
16
// Check if a default user button is defined
17
// If not then define it to pin 2, user can set an other pin.
0 commit comments