mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-15 21:21:04 +00:00
Add missing import.
This commit is contained in:
parent
d5af8b6325
commit
aa344a1d6c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "esp_wifi.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue