mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/ping: Don't include nuttx/lib/math.h
since the mdev is calculated through function provided by fixedmath.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f85388578c
commit
282e44e3e0
2 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <nuttx/lib/math.h>
|
||||
#include <limits.h>
|
||||
#include <fixedmath.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <nuttx/lib/math.h>
|
||||
#include <limits.h>
|
||||
#include <fixedmath.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue