Skip to content

Commit 142a64e

Browse files
committedFeb 9, 2025·
Update USBBoardInfo.json
1 parent d578d5f commit 142a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/comm/USBBoardInfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{ "regExp": "^ArduPilot$", "boardClass": "Pixhawk" },
109109
{ "regExp": "^Hex/ProfiCNC$", "boardClass": "Pixhawk" },
110110
{ "regExp": "^Holybro$", "boardClass": "Pixhawk" },
111-
{ "regExp": "^mRo$", "boardClass": "Pixhawk" }
111+
{ "regExp": "^mRo$", "boardClass": "Pixhawk" },
112112
{ "regExp": "^3DR$", "boardClass": "Pixhawk" }
113113
]
114114
}

1 commit comments

Comments
 (1)

TOTON95 commented on Feb 11, 2025

@TOTON95
Contributor

@HTRamsey My bad, thanks for fixing it up

Please sign in to comment.