Skip to content

Commit adaa83f

Browse files
committed
Revert _PI name change back to PI
1 parent 1f8ecf1 commit adaa83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmsis/arm_math.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ extern "C"
361361
#define DELTA_Q31 (0x100)
362362
#define DELTA_Q15 0x5
363363
#define INDEX_MASK 0x0000003F
364-
#ifndef _PI
365-
#define _PI 3.14159265358979f
364+
#ifndef PI
365+
#define PI 3.14159265358979f
366366
#endif
367367

368368
/**

0 commit comments

Comments
 (0)