From a1645fb99f8cbaf79b6733dfa67d027b1b016e06 Mon Sep 17 00:00:00 2001 From: Dennis German Date: Wed, 15 Dec 2021 23:43:26 -0500 Subject: [PATCH] de minimis --- src/app_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_log.c b/src/app_log.c index 6346deca..5ef5dfa2 100644 --- a/src/app_log.c +++ b/src/app_log.c @@ -7,7 +7,7 @@ * 2021-05-06 includes Potential fix for #255 (#256) * @brief * Save and retrieve sensor readings to/from flash - * for transmitting to station for sync. + * for transmitting to station for sync. * Allocate static input, output and config memory. * Readings are blocked into a nearly page size buffer. * store_block by bumping index up to _DATA_RECORDS_NUM then wrap.