Removed a space at the end of a comment

This commit is contained in:
anschrammh 2024-01-16 12:54:14 +01:00
parent aa894f9864
commit f31f8895a0

View File

@ -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.