Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -r533272e6ef2873fcfe7a41338a6c88c7a601605d -r129a1c2f4343bc85efdb4767c2dec35e4ba8ce98 --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 533272e6ef2873fcfe7a41338a6c88c7a601605d) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 129a1c2f4343bc85efdb4767c2dec35e4ba8ce98) @@ -1,14 +1,14 @@ -#ifndef APP_SERVICES_FPGARO_H_ -#define APP_SERVICES_FPGARO_H_ +#ifndef __FPGA_RO_H__ +#define __FPGA_RO_H__ #include "ROCommon.h" /** - * @defgroup FpgaTD FpgaTD - * @brief FPGA service unit for TD firmware. - * The FPGA unit contains get/set functions for the TD FPGA registers. + * @defgroup FpgaRO FpgaRO + * @brief FPGA service unit for RO firmware. + * The FPGA unit contains get/set functions for the RO FPGA registers. * * @addtogroup FpgaTD * @{