Skip to content

Commit c332f6d

Browse files
amathamkamathamk
authored andcommitted
Simulink support for ArduCopter
Enable Simulink-generated controller with ArduCopter
1 parent 548e221 commit c332f6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wscript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ submodules at specific revisions.
290290
default=False,
291291
help="Enables custom controller")
292292

293+
g.add_option('--enable-simulink-app', action='store_true',
294+
default=False,
295+
help="Enables Simulink generated application")
296+
293297
g.add_option('--enable-gps-logging', action='store_true',
294298
default=False,
295299
help="Enables GPS logging")

0 commit comments

Comments
 (0)