From a3e9966359c432405c8ab1eb49a27133e5271ba2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Jan 2019 19:42:49 +0000 Subject: More renaming for consistency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12571 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/include/hal_persistent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/hal/include/hal_persistent.h') diff --git a/os/hal/include/hal_persistent.h b/os/hal/include/hal_persistent.h index f6ba14e82..99697f131 100644 --- a/os/hal/include/hal_persistent.h +++ b/os/hal/include/hal_persistent.h @@ -19,6 +19,9 @@ * @brief Generic persistent storage class header. * * @addtogroup HAL_PERSISTENT + * @details This module define an abstract interface for generic persistent + * storage. Such storage has a fixed size and can be read and + * written. * @{ */ -- cgit v1.2.3