Skip to content

Commit

Permalink
Include IDF version header just to be safe
Browse files Browse the repository at this point in the history
Should have been in last commit, but it worked without and I didn't notice
  • Loading branch information
vickash committed Jul 1, 2023
1 parent da5abb7 commit 5f2beff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mrb_esp32_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <stdio.h>

#include "esp_idf_version.h"
#include "esp_system.h"
#include "esp_sleep.h"
#include "esp_timer.h"
Expand Down

0 comments on commit 5f2beff

Please sign in to comment.