From f31f8895a0858715e2a5ccd3dcdc4e0d1e0acc34 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 16 Jan 2024 12:54:14 +0100 Subject: [PATCH] Removed a space at the end of a comment --- src/W800_SDK_v1.00.10/app/gfx/compass_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/app/gfx/compass_screen.h b/src/W800_SDK_v1.00.10/app/gfx/compass_screen.h index cb76b04..8879c95 100644 --- a/src/W800_SDK_v1.00.10/app/gfx/compass_screen.h +++ b/src/W800_SDK_v1.00.10/app/gfx/compass_screen.h @@ -64,7 +64,7 @@ void compass_screen_init(CompassScreen_t * const compassScreen); /** * @brief Registers a callback function which will be called every time the state of the application changes ie : is opened or closed. * This callback should be used to initialize and deinitialize needed devices drivers like the magnetometer or the temperature sensor. - * @note The state of the application is passed as a parameter or the callback function. + * @note The state of the application is passed as a parameter of the callback function. * * @param compassScreen a pointer to the compass screen object structure. * @param compassScreenOnStateChangeCb the callback of type @ref CompassScreenOnStateChangeCb_t to register.