From eac6339dba1581766118a38d02b9c5e9453de44b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 20 Nov 2014 19:21:11 +0100 Subject: [PATCH] Wordwrap and clarify documentation of rpp_init() --- rpp/include/rpp/rpp.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rpp/include/rpp/rpp.h b/rpp/include/rpp/rpp.h index 3ebb837..4068ea4 100644 --- a/rpp/include/rpp/rpp.h +++ b/rpp/include/rpp/rpp.h @@ -42,11 +42,10 @@ /** * Library initialization function. * - * This is a convenience function, which should be called only if all of the peripherals are going to be used by - * the software. - * - * To initialize the selected peripherals only, call the rpp_periph_init() function for each one of them instead - * of this function. + * This is a convenience function, that initializes all peripherals. + * If the application does not use all the peripherals it is better to + * call directly the rpp__init() functions for the used + * peripherals as the resulting binary will be smaller. * * @return SUCCESS if initialization successful.\n * FAILURE is library was already initialized. -- 2.39.2