mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Fix pin/component switchup in SX1509 pin configuration (#2593)
This commit is contained in:
@@ -358,6 +358,7 @@ template<typename T> T clamp(const T val, const T min, const T max) {
|
||||
return max;
|
||||
return val;
|
||||
}
|
||||
template uint8_t clamp(uint8_t, uint8_t, uint8_t);
|
||||
template float clamp(float, float, float);
|
||||
template int clamp(int, int, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user