Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from WildernessLabs/bug/break
Browse files Browse the repository at this point in the history
fully qualify the platform
  • Loading branch information
jorgedevs authored Jan 19, 2024
2 parents f8e3374 + 5c95087 commit b8a1403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Windows/Amg8833Camera/MeadowApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Meadow.Foundation.Sensors.Camera;
using System.Windows.Forms;

public class MeadowApp : App<Windows>
public class MeadowApp : App<Meadow.Windows>
{
private Ft232h _ft232h;
private WinFormsDisplay _display;
Expand Down

0 comments on commit b8a1403

Please sign in to comment.