Skip to content
Snippets Groups Projects
Commit 15ed740e authored by q3k's avatar q3k
Browse files

st3m: fix some build issues from recovery

parent 0cf78726
Branches
Tags
No related merge requests found
Pipeline #5746 passed
......@@ -5,5 +5,4 @@ idf_component_register(
include
REQUIRES
flow3r_bsp
bl00mbox
)
......@@ -6,6 +6,7 @@
#include "esp_vfs.h"
#include "esp_vfs_dev.h"
#include "esp_log.h"
#include "esp_timer.h"
#include "driver/uart.h"
#include "freertos/FreeRTOS.h"
#include "freertos/ringbuf.h"
......
......@@ -5,6 +5,7 @@
#include "esp_system.h"
#include "esp_log.h"
#include "esp_task.h"
#include "esp_timer.h"
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment