]> git.earman.xyz Git - sensor-watch.git/commit
faces/pulsometer: move structure definition
authorMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Sat, 24 Feb 2024 08:17:56 +0000 (05:17 -0300)
committerMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Sat, 24 Feb 2024 08:17:56 +0000 (05:17 -0300)
commit30ebf4743e3693bc0740a479e9fa6460804fede4
tree9958897285d649eb3b1a8f7794f075625a8bb597
parent4d7727323892bcf396a6faebec6d0432c7e1ec3f
faces/pulsometer: move structure definition

Instances of the pulsometer state structure are only passed
to the pulsometer itself and only via the opaque context pointer.
No other code uses it. There is no need to expose it in a header file
so make it an implementation detail of the watch face.
movement/watch_faces/complication/pulsometer_face.c
movement/watch_faces/complication/pulsometer_face.h