1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 07:31:51 +00:00

force inline

This commit is contained in:
J. Nick Koston
2025-10-30 14:25:35 -05:00
parent 6cab143db2
commit 1a9aa23ae9

View File

@@ -38,7 +38,7 @@ class SelectCall {
SelectCall &with_index(size_t index);
protected:
optional<size_t> calculate_target_index_(const char *name);
__attribute__((always_inline)) inline optional<size_t> calculate_target_index_(const char *name);
Select *const parent_;
optional<size_t> index_;