This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
Watch
5
Star
0
Fork
0
You've already forked ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
synced
2025-01-03 22:48:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f5a8a14cb0
ardupilot
/
libraries
/
AP_FlashIface
/
examples
/
jedec_test
/
wscript
8 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AP_FlashIface: add initial files for AP_FlashIface library
2021-05-29 16:51:33 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
AP_FlashIface: fix build for non bootloader example
2021-06-13 13:14:16 -03:00
bld.ap_example(
use='ap',
AP_FlashIface: add initial files for AP_FlashIface library
2021-05-29 16:51:33 -03:00
)
Reference in New Issue
Copy Permalink