Skip to content

Commit

Permalink
Merge branch 'fix/add_bit_defs' into 'master'
Browse files Browse the repository at this point in the history
added esp_bit_defs.h to esp_rmaker_core.c

See merge request app-frameworks/esp-rainmaker!461
  • Loading branch information
mahavirj committed Aug 21, 2024
2 parents 1701420 + b5de4b1 commit 19ab637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_rainmaker/src/core/esp_rmaker_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <esp_log.h>
#include <esp_wifi.h>
#include <esp_event.h>
#include <esp_bit_defs.h>

#include <esp_rmaker_factory.h>
#include <esp_rmaker_work_queue.h>
Expand Down

0 comments on commit 19ab637

Please sign in to comment.