You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/core/dev/MCUTimer.hpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ enum class MCUTimer {
46
46
/**
47
47
* Gets the corresponding HAL TIM_TypeDef* for each MCUTimer
48
48
* This function is inlined because of a couple of reasons.
49
-
* 1. It is in a header file, and functions in header files should be inlined. https://clang.llvm.org/extra/clang-tidy/checks/misc/definitions-in-headers.html
49
+
* 1. It is in a header file, and functions in header files should be inlined.
0 commit comments