Skip to content

Commit bbb9ef0

Browse files
0xc0170Bartek Szatkowski
authored andcommitted
Revert "Revert "DO NOT COMMIT: Work around PI clash with one of the mcr20a-rf-driver registers""
This reverts commit 3da7ef3.
1 parent 077c15f commit bbb9ef0

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)