Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ArduPilot/MissionPlanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 704852f7b38178e832a40a7552de8580fe063ef6
Choose a base ref
..
head repository: ArduPilot/MissionPlanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d23ae6fd63a629bb07c31e6c81d23e9c545c15ec
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −1 .github/workflows/mac.yml
  2. +1 −0 ExtLibs/ArduPilot/Mavlink/MAVState.cs
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
cd ExtLibs/Xamarin/Xamarin.MacOS/bin/Release/
create-dmg 'Mission Planner.app' --dmg-title='Mission Planner'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: osx
path: |
1 change: 1 addition & 0 deletions ExtLibs/ArduPilot/Mavlink/MAVState.cs
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
using System.Runtime.CompilerServices;

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

namespace MissionPlanner
{