diff options
| author | Finlay Davidson <finlay.davidson@coderclass.nl> | 2023-01-03 14:05:30 +0000 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-01-04 17:15:33 +0100 |
| commit | eda96ffadc824742bf937c58f5295c86389a6d5e (patch) | |
| tree | 1780b2fff3719f721c534cee192d28da945c9ff9 /src/drivers/Hrs3300.cpp | |
| parent | 318a243df1ad844ed487b936eb7edde876fc5ef6 (diff) | |
Update clang-{format,tidy} to 14
Also add configuration options only available in 13 and 14.
Fixes warning about -fstack-usage in clang-tidy check.
Diffstat (limited to 'src/drivers/Hrs3300.cpp')
| -rw-r--r-- | src/drivers/Hrs3300.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Hrs3300.cpp b/src/drivers/Hrs3300.cpp index ec620af2..6c47ae28 100644 --- a/src/drivers/Hrs3300.cpp +++ b/src/drivers/Hrs3300.cpp @@ -13,6 +13,7 @@ #include <nrf_log.h> using namespace Pinetime::Drivers; + /** Driver for the HRS3300 heart rate sensor. * Original implementation from wasp-os : https://github.com/daniel-thompson/wasp-os/blob/master/wasp/drivers/hrs3300.py */ |
