Add comment. Clean up. Sync dac with the timer.
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_dacc.h
index a0fac89c15e703c0dd59707b131a25c99d8452cb..0848a3b2e317904784cb84df3b0ce7dcbbe3b826 100644 (file)
@@ -49,7 +49,7 @@
  * \{
  */
 #define DACC_CR_OFF              0x00000000     ///< Control register offeset.
-#define DACC_CR          (*((reg32_t*) (DACC_BASE + DACC_CR_OFF)))    ///< Control register address.
+#define DACC_CR          (*((reg32_t*)(DACC_BASE + DACC_CR_OFF)))    ///< Control register address.
 #define DACC_SWRST                        0      ///< Software reset.
 /* \} */