summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorukw2015-05-18 10:52:14 +0000
committerukw2015-05-18 10:52:14 +0000
commitc495747931de995844cc21ae5ba0feb1b1047a5e (patch)
tree8e3d6af6d946341c9fb0fe8069b1e7ca0ca1ef5d
parent22a5040e891c8139aaf40cd93ebc0533a82190a2 (diff)
downloadirmp-c495747931de995844cc21ae5ba0feb1b1047a5e.zip
Version 2.8.3: added F_CPU macro for STM32L1XX
git-svn-id: svn://mikrocontroller.net/irmp@157 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
-rw-r--r--README.txt4
-rw-r--r--irmpsystem.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index ef88207..04fd049 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,8 @@
IRMP - Infrared Multi Protocol Decoder
--------------------------------------
-Version IRMP: 2.7.0 19.01.2015
-Version IRSND: 2.6.4 15.09.2014
+Version IRMP: 2.8.3 18.05.2015
+Version IRSND: 2.8.3 18.05.2015
Dokumentation:
diff --git a/irmpsystem.h b/irmpsystem.h
index 6e85149..41cd344 100644
--- a/irmpsystem.h
+++ b/irmpsystem.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpsystem.h,v 1.17 2015/02/26 15:42:53 fm Exp $
+ * $Id: irmpsystem.h,v 1.18 2015/05/18 10:51:07 fm Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@
# include <stm32l1xx.h>
# define ARM_STM32
# define ARM_STM32L1XX
+# define F_CPU (SysCtlClockGet())
#elif defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) \
|| defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \
|| defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \