Skip to content
Snippets Groups Projects
Commit 3cff8a72 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add a missing comment

parent 11c0f5be
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@
/* Reset */
#define PCF85263_CTL_RESETS 0x2f /*
#define PCF85263_CTL_RESETS 0x2f /* Software reset control register */
# define PCF85263_CTL_CTS (1 << 0) /* Bit 0: Clear timestamp */
# define PCF85263_CTL_SR (1 << 3) /* Bit 3: Software reset */
# define PCF85263_CTL_CPR (1 << 7) /* Bit 7: Clear prescaler */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment