Skip to content

Commit 9a64e05

Browse files
author
Eric Bézine
committed
Fixed issue with Timer visibility
1 parent 21be188 commit 9a64e05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Raspberry.System/Timers/Timer.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
namespace Raspberry.Timers
88
{
9-
internal static class Timer
9+
/// <summary>
10+
/// Provides access to timing features.
11+
/// </summary>
12+
public static class Timer
1013
{
1114
#region Methods
1215

0 commit comments

Comments
 (0)