Skip to content

Commit

Permalink
MAVState: fix InternalsVisibleTo for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Sep 19, 2024
1 parent 4db6497 commit 1846c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExtLibs/ArduPilot/Mavlink/MAVState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("MissionPlanner")]
[assembly: InternalsVisibleTo("MissionPlannerLib")]

namespace MissionPlanner
{
Expand Down

0 comments on commit 1846c9f

Please sign in to comment.