]> cloudbase.mooo.com Git - irmp.git/blobdiff - irsnd.h
Version 1.6.2: added FDC2 protocol
[irmp.git] / irsnd.h
diff --git a/irsnd.h b/irsnd.h
index d25f3f3f1190d293255bc0ac7df8a1f1eda22aad..b5f214bb4fece9029bd042aaa67f6c50477fb5c5 100644 (file)
--- a/irsnd.h
+++ b/irsnd.h
@@ -3,6 +3,8 @@
  *\r
  * Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de\r
  *\r
+ * $Id: irsnd.h,v 1.3 2010/06/10 10:05:56 fm Exp $\r
+ *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
@@ -34,7 +36,7 @@ extern uint8_t                      irsnd_is_busy (void);
  *  @param    pointer to IRMP data structure\r
  *  @return    TRUE: successful, FALSE: failed\r
  */\r
-extern uint8_t                      irsnd_send_data (IRMP_DATA *);\r
+extern uint8_t                      irsnd_send_data (IRMP_DATA *, uint8_t);\r
 \r
 /**\r
  *  ISR routine\r