Skip to content

Commit

Permalink
Fix idf compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Aug 14, 2024
1 parent 05accf9 commit f091d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TouchDrvCST92xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ class TouchDrvCST92xx : public TouchDrvInterface,
#if defined(ARDUINO)
TouchDrvCST92xx();


void jumpCheck();

bool begin(PLATFORM_WIRE_TYPE &wire, uint8_t address, int sda, int scl);

#elif defined(ESP_PLATFORM)
Expand All @@ -74,6 +71,9 @@ class TouchDrvCST92xx : public TouchDrvInterface,
#endif //ESP_IDF_VERSION
#endif

void jumpCheck();


bool begin(uint8_t addr, iic_fptr_t readRegCallback, iic_fptr_t writeRegCallback);


Expand Down

0 comments on commit f091d32

Please sign in to comment.