diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-21 15:12:16 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-22 14:06:10 -0400 |
commit | 11d7ba62fb30bdcc26cd5e281eaf8b267782a561 (patch) | |
tree | 6b24923b17068d1f7bcfcbf51481be3b7be8a2c4 /libmaple | |
parent | baf9dd6a8275160fdf5a4ff63efa2678f16b1cc3 (diff) | |
download | librambutan-11d7ba62fb30bdcc26cd5e281eaf8b267782a561.tar.gz librambutan-11d7ba62fb30bdcc26cd5e281eaf8b267782a561.zip |
libmaple/i2c.c: Keep authorship straight.
I'm going to be moving a lot of code around without changing it soon,
so git blame will be unreliable.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/i2c.c b/libmaple/i2c.c index f54be47..15bcbe0 100644 --- a/libmaple/i2c.c +++ b/libmaple/i2c.c @@ -27,6 +27,7 @@ /** * @file libmaple/i2c.c + * @author Perry Hung <perry@leaflabs.com> * @brief Inter-Integrated Circuit (I2C) support. * * Currently, only master mode is supported. |