Skip to content

Commit

Permalink
Merge pull request #633 from UncleRus/fix/tps63101x_esp8266
Browse files Browse the repository at this point in the history
fix: fix build tps63101x for esp8266
  • Loading branch information
UncleRus authored May 17, 2024
2 parents 4d10986 + d7ba660 commit 6f0eee7
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 6f0eee7

Please sign in to comment.