zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.91k stars 6.1k forks source link

Drop extern attr from functions #72900

Closed ceolin closed 3 weeks ago

ceolin commented 3 weeks ago

By default function declarations are considered extern. There is no need to explicitly using this attribute.