doc: fix typo
This commit is contained in:
parent
fcded8a627
commit
17f92cd6c0
@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
/** library to communicate using I2C as master (code)
|
||||
* @file i2c_master.h
|
||||
* @file i2c_master.c
|
||||
* @author King Kévin <kingkevin@cuvoodoo.info>
|
||||
* @date 2017
|
||||
* @note peripherals used: I2C @ref i2c_master_i2c, timer @ref i2c_master_timer
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
/** library for 1-wire protocol as master (API)
|
||||
* @file onewire_master.c
|
||||
* @file onewire_master.h
|
||||
* @author King Kévin <kingkevin@cuvoodoo.info>
|
||||
* @date 2017
|
||||
* @note peripherals used: timer @ref onewire_master_timer, GPIO @ref onewire_master_gpio
|
||||
|
Loading…
Reference in New Issue
Block a user