mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Merge pull request #11196 from mathiasvr/pr-std-headers
Style: Use angle brackets with standard library headers
This commit is contained in:
commit
71fea676e3
13 changed files with 27 additions and 24 deletions
|
@ -15,9 +15,9 @@
|
|||
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "math.h"
|
||||
#include "stdint.h"
|
||||
#include "time.h"
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
extern "C" {
|
||||
#include "common/axis.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue