Andrew Tridgell
|
097632eeb3
|
AP_HAL: try to prevent use of double maths functions
this will help reduce the number of misuses of double precision maths
functions
|
2018-05-07 11:43:23 +10:00 |
Lucas De Marchi
|
dbf2aedf1e
|
AP_HAL: replace header guard with pragma once
|
2016-02-18 14:52:34 -02:00 |
Andrew Tridgell
|
c44ab01be8
|
AP_HAL: use noreturn attribute on panic
should reduce coverity warnings
|
2015-06-08 21:09:08 +10:00 |
Andrew Tridgell
|
2ce18f588b
|
AP_HAL: added AP_HAL_Macros.h
this adds a define for constexpr, allowing code to build either with
or without -std=gnu++0x
|
2013-01-16 09:12:55 +11:00 |