esp-cpp / espp

C++ components for ESP
https://esp-cpp.github.io/espp/
MIT License
30 stars 9 forks source link

fix: Marked some functions as inline #259

Closed abrondijk closed 3 months ago

abrondijk commented 3 months ago

Description

I marked 3 BLDC related functions as inline

Motivation and Context

With these 3 functions not marked as inline, I would get Multiple definition of linking errors.

How has this been tested?

By building this project.

Types of changes

github-actions[bot] commented 3 months ago

:white_check_mark:Static analysis result - no issues found! :white_check_mark: