Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Jan 28, 2025
1 parent 323bbe4 commit db5cf0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion matter/efr32/mgm26/BRD4350A/autogen/sl_iostream_handles.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ extern "C" {
extern const sl_iostream_instance_info_t *sl_iostream_instances_info[];
extern const uint32_t sl_iostream_instances_count;

// extern sl_iostream_t *sl_iostream_recommended_console_stream; //not present in 4187c

sl_iostream_t *sl_iostream_get_handle(char *name);

Expand Down
3 changes: 0 additions & 3 deletions matter/efr32/mgm26/BRD4351A/autogen/sl_iostream_handles.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ extern "C" {
extern const sl_iostream_instance_info_t *sl_iostream_instances_info[];
extern const uint32_t sl_iostream_instances_count;

extern sl_iostream_t *sl_iostream_recommended_console_stream;

sl_iostream_t *sl_iostream_get_handle(char *name);

void sl_iostream_set_console_instance(void);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit db5cf0d

Please sign in to comment.