From 507d2d05de27559ff167c95cb6adada883fbd4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 11 Aug 2018 18:46:07 +0200 Subject: [PATCH] 1-Wire: fix doc --- lib/onewire_master.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/onewire_master.h b/lib/onewire_master.h index 650fc0e..ca218c7 100644 --- a/lib/onewire_master.h +++ b/lib/onewire_master.h @@ -103,8 +103,8 @@ bool onewire_master_function_write(uint8_t function, uint8_t* data, uint32_t bit /** device corresponding to a family code */ struct onewire_family_code_t { - uint8_t code; - const char* device; + uint8_t code; /**< ROM ID code */ + const char* device; /**< device name(s) */ }; /** list of possible devices corresponding to the family code