mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Use angle brackets with standard library headers
This commit is contained in:
parent
8402d30c0d
commit
78df1374f1
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