From: ukw Date: Mon, 18 May 2015 10:52:14 +0000 (+0000) Subject: Version 2.8.3: added F_CPU macro for STM32L1XX X-Git-Tag: irmp-libopencm3-pre-1~32 X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/commitdiff_plain/c495747931de995844cc21ae5ba0feb1b1047a5e Version 2.8.3: added F_CPU macro for STM32L1XX git-svn-id: svn://mikrocontroller.net/irmp@157 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- 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 # 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) \