Files
esp-matter/components
Shubham Patil 4703fc4469 matter_mem: Remove IRAM_ATTR attribute from header files
Prefixing IRAM_ATTR to declaration and definition will try to put
that function into iram section on both occassions. This puts up the
warning saying coflicting symbol. Removed them from the declaration.
2023-04-12 17:59:34 +05:30
..