FrameworkComputer / EmbeddedController

Embedded Controller firmware for the Framework Laptop
BSD 3-Clause "New" or "Revised" License
957 stars 64 forks source link

usb_pd: Remove const modifier on a function return type #32

Open szsam opened 1 year ago

szsam commented 1 year ago

A 'const' modifier on a function return type is useless and should be removed for clarity.