summaryrefslogtreecommitdiff
path: root/src/drivers/Hrs3300.h
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2022-01-26 21:39:58 +0100
committerGitHub <noreply@github.com>2022-01-26 21:39:58 +0100
commit9e9010c725bc09233b0f4d3d5edf9566fff31462 (patch)
tree78aed117fd11d4e81f6aa73caa991773ebb81a05 /src/drivers/Hrs3300.h
parent458f5b8eb8f165f90717d804c0b0be23d6bc5240 (diff)
parent464b689a03bca06099fba316b4c6c66c619d5521 (diff)
Merge pull request #876 from yehoshuapw/hrs-driver-changes
Hrs driver changes
Diffstat (limited to 'src/drivers/Hrs3300.h')
-rw-r--r--src/drivers/Hrs3300.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Hrs3300.h b/src/drivers/Hrs3300.h
index 01310c62..8bbdc69a 100644
--- a/src/drivers/Hrs3300.h
+++ b/src/drivers/Hrs3300.h
@@ -30,8 +30,8 @@ namespace Pinetime {
void Init();
void Enable();
void Disable();
- uint16_t ReadHrs();
- uint16_t ReadAls();
+ uint32_t ReadHrs();
+ uint32_t ReadAls();
void SetGain(uint8_t gain);
void SetDrive(uint8_t drive);