Skip to content

Commit

Permalink
chore: add missing includes in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvorak committed Mar 31, 2024
1 parent dfd9112 commit 5deeb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ build_flags = -D DOUBLE_RESET_DEFAULT_TIMEOUT=3000
### Example

```c
#include <esp_log.h>
#include <nvs_flash.h>
#include <double_reset.h>

void app_main()
Expand Down

0 comments on commit 5deeb35

Please sign in to comment.