This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48639c6810
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
)