Skip to content

Commit

Permalink
airframes parsing: Default to no maintainer instead of "John Doe"
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Jan 13, 2025
1 parent f5c05f6 commit 0da8c15
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# @type VTOL Tiltrotor
# @class VTOL
#
# @maintainer
#
# @board px4_fmu-v2 exclude
# @board bitcraze_crazyflie exclude
# @board holybro_kakutef7 exclude
Expand Down
1 change: 0 additions & 1 deletion ROMFS/px4fmu_common/init.d/airframes/4061_atl_mantis_edu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# @type Quadrotor x
# @class Copter
#
# @maintainer
# @board px4_fmu-v2 exclude
# @board cuav_x7pro exclude
# @board px4_fmu-v4pro exclude
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# @output Motor1 throttle
# @output Servo1 steering
#
# @maintainer
#
# @board bitcraze_crazyflie exclude
#

Expand Down
2 changes: 1 addition & 1 deletion Tools/px4airframes/srcparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def Parse(self, path, contents):

# Process parsed content
airframe_type = None
maintainer = "John Doe <[email protected]>"
maintainer = None
airframe_name = None
airframe_class = None

Expand Down

0 comments on commit 0da8c15

Please sign in to comment.