summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorukw2015-01-24 20:12:23 +0000
committerukw2015-01-24 20:12:23 +0000
commit716f8772c514c531fd7c20822ad4b5d32aaa02b4 (patch)
tree14b221b25a198d5af59d160d8530a531b3fbd823
parent061e654cba197b09f58c6297e7d76d4527742885 (diff)
downloadirmp-716f8772c514c531fd7c20822ad4b5d32aaa02b4.zip
Version 2.6.9: corrected some minor definition errors
git-svn-id: svn://mikrocontroller.net/irmp@152 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
-rw-r--r--irmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/irmp.c b/irmp.c
index eaf7695..17d1db2 100644
--- a/irmp.c
+++ b/irmp.c
@@ -1852,7 +1852,7 @@ irmp_init (void)
* @return TRUE: successful, FALSE: failed
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
-uint8_t
+uint_fast8_t
irmp_get_data (IRMP_DATA * irmp_data_p)
{
uint8_t rtc = FALSE;
@@ -2269,7 +2269,7 @@ irmp_store_bit2 (uint8_t value)
* @details ISR routine, called 10000 times per second
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
-uint8_t
+uint_fast8_t
irmp_ISR (void)
{
static uint8_t irmp_start_bit_detected; // flag: start bit detected