]> git.zerfleddert.de Git - fhem-stuff/blobdiff - culfw/culfw-asksin-fix.diff
fix typo in comment
[fhem-stuff] / culfw / culfw-asksin-fix.diff
index 2a84f89e6ca491a9aa93d0de329505d044566e8b..38621e77dcd0f3bc08bcbcd80acb138fbfd0142b 100644 (file)
@@ -6,7 +6,7 @@ Index: clib/rf_asksin.c
  
  #include "rf_asksin.h"
  
-+//we receive a new byte approximately every 7 ms...
++//we receive a new byte approximately every 8 ms...
 +#define RX_TIMEOUT_MS 10
 +
  uint8_t asksin_on = 0;
@@ -29,7 +29,7 @@ Index: clib/rf_asksin.c
       0x12, 0x03,
       0x15, 0x34,
 -     0x17, 0x30, // always go into IDLE
-+     0x17, 0x3F, // always go into RX after TX, CCA, ELV uses 0x03
++     0x17, 0x3F, // always go into RX, CCA; ELV uses 0x03
       0x18, 0x18,
       0x19, 0x16,
       0x1B, 0x43,
@@ -45,7 +45,7 @@ Index: clib/rf_asksin.c
  };
  
 +static inline uint8_t read_cc1100_rxbytes(void);
-+static inline void rf_asksin_reset_rx(void);
++static void rf_asksin_reset_rx(void);
 +
  void
  rf_asksin_init(void)
@@ -85,7 +85,7 @@ Index: clib/rf_asksin.c
 +  return rxbytes;
 +}
 +
-+static inline void
++static void
 +rf_asksin_reset_rx(void)
 +{
 +  ccStrobe( CC1100_SFRX  );
Impressum, Datenschutz