diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/mcuconf.h b/demos/MSP430-MSP430x1611-GCC/mcuconf.h index d0cba2d41..72c180648 100644 --- a/demos/MSP430-MSP430x1611-GCC/mcuconf.h +++ b/demos/MSP430-MSP430x1611-GCC/mcuconf.h @@ -26,6 +26,11 @@ */
/*
+ * HAL driver system settings. + */
+#define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_XT2CLK
+
+/*
* ADC driver system settings.
*/
|