mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
waf: disable uavcan and fatfs on skyviper-v2450
This commit is contained in:
parent
36695fe1f6
commit
8b5291975b
@ -402,9 +402,14 @@ class fmuv3(chibios):
|
||||
|
||||
class skyviper_v2450(fmuv3):
|
||||
name = 'skyviper-v2450'
|
||||
def __init__(self):
|
||||
super(skyviper_v2450, self).__init__()
|
||||
self.with_uavcan = False
|
||||
|
||||
def configure_env(self, cfg, env):
|
||||
super(skyviper_v2450, self).configure_env(cfg, env)
|
||||
env.DEFAULT_PARAMETERS = '../../Tools/Frame_params/SkyViper-2450GPS/defaults.parm'
|
||||
env.CHIBIOS_FATFS_FLAG = 'USE_FATFS=no'
|
||||
|
||||
class fmuv4(chibios):
|
||||
name = 'fmuv4'
|
||||
|
Loading…
Reference in New Issue
Block a user