From e455f79df5fccc807bbc48bbb7851f917284efc1 Mon Sep 17 00:00:00 2001 From: joxe Date: Thu, 11 Sep 2008 17:45:24 +0000 Subject: [PATCH] updated changelog git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@321 23d1a52b-0c3c-0410-b72d-8f29ab48fe35 --- CHANGE_LOG.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 460760b..7df4417 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -2,7 +2,10 @@ Changes: - removed tick based component support from MSP430 core - reimplemented USART to be event based instead of tick based -- ... +- fixed bug in ADC12 subsystem that caused lots of events to be + scheduled back in time (causing other subsystems to get + delays on their events...) + 0.92 Changes: