]> git.zerfleddert.de Git - fhem-stuff/commitdiff
no need for inline
authorMichael Gernoth <michael@gernoth.net>
Fri, 21 Jun 2013 11:23:35 +0000 (13:23 +0200)
committerMichael Gernoth <michael@gernoth.net>
Fri, 21 Jun 2013 11:23:35 +0000 (13:23 +0200)
culfw/culfw-asksin-fix.diff

index 2a84f89e6ca491a9aa93d0de329505d044566e8b..e190cd9255c6082d27d2059224e41a9b0cf242de 100644 (file)
@@ -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