aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-04-11 16:33:57 +0000
committeredolomb <none@example.com>2018-04-11 16:33:57 +0000
commitca327e5483e9543756c3751c7448b78cec4c144e (patch)
tree18eed1baa9b4de38d1d86b522adc46bbd3a902f6 /demos/ATSAMA5D2
parentac73be577ffc0677f146710805932419f18e9856 (diff)
downloadChibiOS-ca327e5483e9543756c3751c7448b78cec4c144e.tar.gz
ChibiOS-ca327e5483e9543756c3751c7448b78cec4c144e.tar.bz2
ChibiOS-ca327e5483e9543756c3751c7448b78cec4c144e.zip
Updated chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11883 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2')
-rw-r--r--demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/cfg/chconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/cfg/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/cfg/chconf.h
index 8093b6f33..e08a34ce7 100644
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/cfg/chconf.h
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/cfg/chconf.h
@@ -49,7 +49,8 @@
* @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit.
*/
-#define CH_CFG_ST_FREQUENCY 1000
+#define CH_CFG_ST_FREQUENCY 1000 /* periodic tick. */
+//#define CH_CFG_ST_FREQUENCY (83000000 / 32) /* tick-less. */
/**
* @brief Time intervals data size.