mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
999268cbba
this fixes an issue where optimize O2 was forced on any file that included AP_Math.h. It also fixes the test suite for matrix_alg, and fixes the type handling to be consistent
8 lines
101 B
Python
8 lines
101 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|