Skip to content

driver: Replace set/get functions with cansleep equivalents

Tobias Kahlki requested to merge fix_sleep_warnings into main

When the touchgpio driver is used in a threaded interrupt context, the get/set functions throw warnings. Replace them with their cansleep variants to prevent the warnings from popping up.

Merge request reports

Loading