summaryrefslogtreecommitdiff
path: root/irsndconfig.h
diff options
context:
space:
mode:
authorukw2012-05-24 06:56:48 +0000
committerukw2012-05-24 06:56:48 +0000
commit37b29f94737cb761780e6b7f130fd0852396c56d (patch)
tree718b0d01c1614dccb962f8e0b7d42cb9bb6aa1f4 /irsndconfig.h
parent0684a302c91aeef3943800de9bfd1f323a6ec744 (diff)
downloadirmp-37b29f94737cb761780e6b7f130fd0852396c56d.zip
Version 2.2.1: fixed some bugs for STM32
git-svn-id: svn://mikrocontroller.net/irmp@98 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsndconfig.h')
-rw-r--r--irsndconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/irsndconfig.h b/irsndconfig.h
index 388820b..9c08c64 100644
--- a/irsndconfig.h
+++ b/irsndconfig.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 2010-2011 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irsndconfig.h,v 1.36 2012/05/23 12:26:26 fm Exp $
+ * $Id: irsndconfig.h,v 1.37 2012/05/24 06:55:11 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -106,10 +106,11 @@
* ARM STM32 section:
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
-#elif defined (ARM_STM32) // use C13 as IR input on STM32
+#elif defined (ARM_STM32) // use A6 as IR output on STM32
# define IRSND_PORT_LETTER A
# define IRSND_BIT_NUMBER 6
# define IRSND_TIMER_NUMBER 10
+# define IRSND_TIMER_CHANNEL 1 // only channel 1 can be used at the moment, others won't work
/*---------------------------------------------------------------------------------------------------------------------------------------------------
* Other target system