Skip to content

Commit

Permalink
NMSIS/Core: Remove wrongly included math.h in core_feature_cidu.h
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jul 12, 2024
1 parent 0029e69 commit 96b7011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NMSIS/Core/Include/core_feature_cidu.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ extern "C" {
#endif

#include "core_feature_base.h"
#include <math.h>

#if defined(__CIDU_PRESENT) && (__CIDU_PRESENT == 1)

Expand Down

0 comments on commit 96b7011

Please sign in to comment.