Skip to content

Commit d6850d9

Browse files
Fixed 'double hour' declaration.
1 parent 8ceef37 commit d6850d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const int year = 2018;
44
const int month = 4;
55
const int day = 12;
6-
const float hour = 2.55; /* 22:30 */
6+
const double hour = 22.50; /* 22:30 */
77

88
MoonPhase MoonPhase; /* include a MoonPhase instance */
99

0 commit comments

Comments
 (0)