This website requires JavaScript.
Explore
Help
Sign In
will
/
InfiniTime
Watch
1
Star
0
Fork
0
You've already forked InfiniTime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7ba00b0157
InfiniTime
/
src
/
heartratetask
History
Jean-François Milants
6d524ebea2
Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (
https://en.cppreference.com/w/cpp/language/siof
). See
https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238
.
2021-06-12 10:58:28 +02:00
..
HeartRateTask.cpp
Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (
https://en.cppreference.com/w/cpp/language/siof
). See
https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238
.
2021-06-12 10:58:28 +02:00
HeartRateTask.h
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00