diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-08-10 23:14:20 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-08-10 23:14:20 -0700 |
commit | b5c81677078f56b3e671ebeaca1e3b803c2f4ef9 (patch) | |
tree | a1b17b4be203331de7e146e94051f26be5a20102 /firmware/e300/rev_b | |
parent | 16e149fe6fcc1bc18adea3eeeefad2c7ee93b2e0 (diff) | |
parent | 28327c8e8a810b19da126116d0dc4c26b643baed (diff) | |
download | uhd-b5c81677078f56b3e671ebeaca1e3b803c2f4ef9.tar.gz uhd-b5c81677078f56b3e671ebeaca1e3b803c2f4ef9.tar.bz2 uhd-b5c81677078f56b3e671ebeaca1e3b803c2f4ef9.zip |
Merge branch 'master' into ashish/register_api
Diffstat (limited to 'firmware/e300/rev_b')
-rw-r--r-- | firmware/e300/rev_b/bq24190.c | 3 | ||||
-rw-r--r-- | firmware/e300/rev_b/bq24190.h | 3 | ||||
-rw-r--r-- | firmware/e300/rev_b/error.h | 3 | ||||
-rw-r--r-- | firmware/e300/rev_b/global.h | 3 | ||||
-rw-r--r-- | firmware/e300/rev_b/ltc4155.h | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/firmware/e300/rev_b/bq24190.c b/firmware/e300/rev_b/bq24190.c index 029beacf6..d864ad0b3 100644 --- a/firmware/e300/rev_b/bq24190.c +++ b/firmware/e300/rev_b/bq24190.c @@ -1,8 +1,7 @@ /* * bq24190.c * - * Created: 11/12/2012 4:58:12 PM - * Author: Balint Seeber + * Copyright 2015 National Instruments Corp */ #ifdef CHARGER_TI diff --git a/firmware/e300/rev_b/bq24190.h b/firmware/e300/rev_b/bq24190.h index dc20ca796..bca415181 100644 --- a/firmware/e300/rev_b/bq24190.h +++ b/firmware/e300/rev_b/bq24190.h @@ -1,8 +1,7 @@ /* * bq24190.h * - * Created: 11/12/2012 4:58:23 PM - * Author: Balint Seeber + * Copyright 2015 National Instruments Corp */ diff --git a/firmware/e300/rev_b/error.h b/firmware/e300/rev_b/error.h index 82a8f0aca..4275fbf47 100644 --- a/firmware/e300/rev_b/error.h +++ b/firmware/e300/rev_b/error.h @@ -1,8 +1,7 @@ /* * error.h * - * Created: 4/09/2012 6:25:53 PM - * Author: Balint Seeber + * Copyright 2015 National Instruments Corp */ diff --git a/firmware/e300/rev_b/global.h b/firmware/e300/rev_b/global.h index 50fab581d..a142d6efc 100644 --- a/firmware/e300/rev_b/global.h +++ b/firmware/e300/rev_b/global.h @@ -1,8 +1,7 @@ /* * global.h * - * Created: 31/08/2012 8:47:14 PM - * Author: Balint Seeber + * Copyright 2015 National Instruments Corp */ #ifndef GLOBAL_H_ diff --git a/firmware/e300/rev_b/ltc4155.h b/firmware/e300/rev_b/ltc4155.h index 7e8e3751d..048e476cb 100644 --- a/firmware/e300/rev_b/ltc4155.h +++ b/firmware/e300/rev_b/ltc4155.h @@ -1,8 +1,7 @@ /* * ltc4155.h * - * Created: 17/08/2012 8:09:43 PM - * Author: Balint Seeber + * Copyright 2015 National Instruments Corp */ |