Changeset 4122410 in mainline for uspace/drv/time
- Timestamp:
- 2018-08-29T21:26:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8ea6eca
- Parents:
- 46f7b64
- Location:
- uspace/drv/time/cmos-rtc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-regs.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @addtogroup cmos-rtc 30 * @{ 31 */ 32 29 33 #ifndef _CMOS_RTC_H_ 30 34 #define _CMOS_RTC_H_ … … 51 55 #endif 52 56 57 58 /** 59 * @} 60 */ -
uspace/drv/time/cmos-rtc/cmos-rtc.c
r46f7b64 r4122410 28 28 29 29 /** 30 * @defgroup CMOS RTC driver. 31 * @brief HelenOS RTC driver. 30 * @addtogroup cmos-rtc 32 31 * @{ 33 32 */
Note:
See TracChangeset
for help on using the changeset viewer.