summaryrefslogtreecommitdiff
path: root/irsndconfig.h
diff options
context:
space:
mode:
authorukw2014-07-10 10:39:19 +0000
committerukw2014-07-10 10:39:19 +0000
commitc6a60200d5a77ef8011dba4523a92c9f09569e1b (patch)
treecd98154b9c2ef3c48341121490cb56dfb18c5ed9 /irsndconfig.h
parentac8504f8f769cf786c176198ac386007a9606812 (diff)
downloadirmp-c6a60200d5a77ef8011dba4523a92c9f09569e1b.zip
Version 2.6.1: some GPIO changes changes for STM32F10x (in IRSND).
git-svn-id: svn://mikrocontroller.net/irmp@142 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsndconfig.h')
-rw-r--r--irsndconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/irsndconfig.h b/irsndconfig.h
index f237484..402f125 100644
--- a/irsndconfig.h
+++ b/irsndconfig.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 2010-2013 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irsndconfig.h,v 1.60 2014/07/10 09:49:24 fm Exp $
+ * $Id: irsndconfig.h,v 1.61 2014/07/10 10:38:07 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -114,10 +114,10 @@
* ARM STM32 section:
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
-#elif defined (ARM_STM32) // use A6 as IR output on STM32
-# define IRSND_PORT_LETTER A
+#elif defined (ARM_STM32) // use B6 as IR output on STM32
+# define IRSND_PORT_LETTER B
# define IRSND_BIT_NUMBER 6
-# define IRSND_TIMER_NUMBER 10
+# define IRSND_TIMER_NUMBER 4
# define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work
/*---------------------------------------------------------------------------------------------------------------------------------------------------