Skip to content

Commit

Permalink
fix compile error for ESPIDFv5
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Sep 21, 2023
1 parent 9d1d30b commit 3484bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lgfx/v1/platforms/esp32/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ namespace lgfx
};
cpp::result<state_t, error_t> state;

xSemaphoreHandle mtx = nullptr;
SemaphoreHandle_t mtx = nullptr;

void lock(uint32_t msec = portMAX_DELAY) {
if (mtx == nullptr) {
Expand Down

0 comments on commit 3484bfe

Please sign in to comment.