Skip to content

Commit

Permalink
[update][matter] update wifi6lib for matter
Browse files Browse the repository at this point in the history
  • Loading branch information
yiming authored and sakumisue committed Jul 11, 2023
1 parent 33785e4 commit c1a6aa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/easyflash4/src/ef_env.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Created on: 2019-02-02
*/

#include <stdio.h>
#include <string.h>
#include <easyflash.h>

Expand Down
7 changes: 7 additions & 0 deletions components/utils/getopt/utils_getopt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#ifndef __GETOPT_H__
#define __GETOPT_H__
#ifdef __cplusplus
extern "C" {
#endif

/**
* @brief Parameters needed to parse the command line
*
Expand Down Expand Up @@ -95,4 +99,7 @@ void *utils_memdrain16_with_check(void *src, size_t len, uint16_t seq);
void *utils_memdrain32_with_check(void *src, size_t len, uint32_t seq);
void *utils_memdrain64_with_check(void *src, size_t len, uint64_t seq);

#ifdef __cplusplus
}
#endif
#endif /* __GETOPT_H__ */
Binary file added components/wireless/wifi6/lib/libwifi6_matter.a
Binary file not shown.

0 comments on commit c1a6aa7

Please sign in to comment.