mirror of
https://github.com/esphome/esphome.git
synced 2025-11-18 07:45:56 +00: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