prusa3d / Prusa-Firmware-MMU

Other
35 stars 19 forks source link

optimisation: compiler should not inline `SetFilamentLoaded()` #244

Closed gudnimg closed 1 year ago

gudnimg commented 1 year ago

The function is used very frequently throughout the project so I don't think it is a good idea to allow the function to be inlined.

Change in memory: Flash: -130 bytes SRAM: 0 bytes