diff --git a/fsfw b/fsfw index 4b248740..fbbc640f 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 4b248740f326b3329c417f3050e0f1cb9c472fd5 +Subproject commit fbbc640f4dfcc17f07e2c5e0e827bf150335226f diff --git a/mission/devices/GomspaceDeviceHandler.h b/mission/devices/GomspaceDeviceHandler.h index 81c62502..8130d8f7 100644 --- a/mission/devices/GomspaceDeviceHandler.h +++ b/mission/devices/GomspaceDeviceHandler.h @@ -7,10 +7,13 @@ /** * @brief This is the device handler class for all gomspace devices. * - * @details All gomspace devices are similar with respect to commanding. Thus - * most of the functionality to command a gomspace device can be - * accommodated in one class. For device specific functions, a new - * class could be created by inheriting from the GomspaceDeviceHandler. + * @details + * All gomspace devices are similar with respect to commanding. Thusmost of the functionality to + * command a gomspace device can be accommodated in one class. For device specific functions, a new + * class could be created by inheriting from the GomspaceDeviceHandler. + * + * Flight manual: + * https://egit.irs.uni-stuttgart.de/redmine/projects/eive-flight-manual/wiki/Gomspace_PCDU_P60_System */ class GomspaceDeviceHandler: public DeviceHandlerBase { public: