Skip to content

Commit

Permalink
fix: fix build tps63101x for esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus committed May 17, 2024
1 parent 4d10986 commit d7ba660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tps63101x/tps63101x.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

#include <esp_idf_lib_helpers.h>
#include "tps63101x.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>

#define I2C_FREQ_HZ 400000 //!< 400kHz bus speed

Expand Down

0 comments on commit d7ba660

Please sign in to comment.