libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.2-16-ga076338

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 16 Oct 2015 13:29:43 +0200 (CEST)
The branch, master has been updated
       via  a0763384857a48c3d886b1b8a54ef0908987216c (commit)
      from  701c887bf37084b271eb1df392e2aa9f33452dd7 (commit)


- Log -----------------------------------------------------------------
commit a0763384857a48c3d886b1b8a54ef0908987216c
Author: Thilo Schulz <thilo@xxxxxxx>
Date:   Sat Oct 10 15:04:39 2015 +0200

    Allow include() directive for libconfuse formatted config
    
     file in ftdi_eeprom

-----------------------------------------------------------------------

Summary of changes:
 ftdi_eeprom/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c
index 0d75c24..455f156 100644
--- a/ftdi_eeprom/main.c
+++ b/ftdi_eeprom/main.c
@@ -252,6 +252,7 @@ int main(int argc, char *argv[])
         CFG_BOOL("chb_rs485", cfg_false, 0),
         CFG_BOOL("chc_rs485", cfg_false, 0),
         CFG_BOOL("chd_rs485", cfg_false, 0),
+        CFG_FUNC("include", &cfg_include),
         CFG_END()
     };
     cfg_t *cfg;


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.2-16-ga076338, libftdi-git <=