Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion M5StackCommon/Core2ToughCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static partial class Tough
/// <summary>
/// Gets the real time clock.
/// </summary>
public static Pcf8563 ReatTimeClock
public static Pcf8563 RealTimeClock
{
get => _rtc;
}
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.M5StickCommon/M5StickCBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static Mpu6886AccelerometerGyroscope AccelerometerGyroscope
/// <summary>
/// Gets the real time clock.
/// </summary>
public static Pcf8563 ReatTimeClock
public static Pcf8563 RealTimeClock
{
get => _rtc;
}
Expand Down