forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Silabs] Typing Event, state and wfx_rsi (project-chip#32546)
* Added event enum for events and states, added a typedef for the wfi_rsi struct and changed name so the variable is not named like the type * Converted new type to PascalCase
- Loading branch information
1 parent
dd9e5c8
commit c9dc927
Showing
4 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -866,4 +866,4 @@ int32_t wfx_rsi_send_data(void * p, uint16_t len) | |
return status; | ||
} | ||
|
||
struct wfx_rsi wfx_rsi; | ||
WfxRsi_t wfx_rsi; |
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