Skip to content

Commit

Permalink
Merge branch 'fix/gcc-13-warnings' into 'master'
Browse files Browse the repository at this point in the history
zboss-lib: include what you use

See merge request espressif/esp-zboss-lib!44
  • Loading branch information
chshu committed Sep 19, 2023
2 parents e5a05bd + 375f6ef commit a233486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.1
version: 0.7.2
description: esp-zboss library component
url: https://github.com/espressif/esp-zboss-lib
dependencies:
Expand Down
2 changes: 2 additions & 0 deletions include/zb_osif_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

#include <stdint.h>
#include <string.h>
#include <sys/select.h>
#include "zb_types.h"
#include "freertos/portmacro.h"

#define ZB_VOLATILE
Expand Down

0 comments on commit a233486

Please sign in to comment.