-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the define of global for nxp compilation: conflicts with STL u…
…sage and does not seem to be utilized at least for matter builds
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
third_party/nxp/k32w0_sdk/sdk_fixes/patch_ble_utils_h.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/ble_utils.h 2022-01-07 16:41:34.017433835 +0000 | ||
+++ b/ble_utils.h 2022-01-07 16:42:09.797788620 +0000 | ||
@@ -73,11 +73,6 @@ | ||
#define ALIGN_64BIT #pragma pack(8) | ||
#endif | ||
|
||
-/*! Marks that this variable is in the interface. */ | ||
-#ifndef global | ||
-#define global | ||
-#endif | ||
- | ||
/*! Marks a function that never returns. */ | ||
#if !defined(__IAR_SYSTEMS_ICC__) | ||
#ifndef __noreturn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters