RTC. Minor comments inprovement.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3295 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
076c173385
commit
9d91559dd2
|
@ -69,6 +69,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Structure representing an RTC driver.
|
* @brief Structure representing an RTC driver.
|
||||||
|
* @note This driver if dummy when callbacks disabled.
|
||||||
*/
|
*/
|
||||||
struct RTCDriver{
|
struct RTCDriver{
|
||||||
#if RTC_SUPPORTS_CALLBACKS
|
#if RTC_SUPPORTS_CALLBACKS
|
||||||
|
|
Loading…
Reference in New Issue