diff --git a/inc/Services/MemMangService.hpp b/inc/Services/MemMangService.hpp
index fa3f18b9a75c5902d4fe83d8c56c25c29baef61b..30c506daa5050aaa46ece8c23b58723726925421 100644
--- a/inc/Services/MemMangService.hpp
+++ b/inc/Services/MemMangService.hpp
@@ -50,6 +50,8 @@ public:
 		 * @details This function reads the raw data from the RAM memory and
 		 * 			triggers a TM[6,6] report
 		 * @param request: Provide the received message as a parameter
+		 * @todo In later embedded version, implement error checking for address validity for
+		 * 		 different memory types
 		 */
 		void dumpRawData(Message &request);
 	} rawDataMemorySubservice;