From: Nathael Pajani Date: Sat, 1 Dec 2018 13:17:41 +0000 (+0100) Subject: Fix comment to match code X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=5654aead90e6abc9f43de3feb6f54024173a76b2;p=soft%2Flpc122x%2Fexamples Fix comment to match code --- diff --git a/usd_card/main.c b/usd_card/main.c index 7123d07..26241ee 100644 --- a/usd_card/main.c +++ b/usd_card/main.c @@ -196,7 +196,7 @@ int main(void) abs_deci = tmp101_deci_degrees; } - /* Write time and temp to uSD */ + /* Write temp to uSD */ memset(mmc_data, 0, MMC_BUF_SIZE); mmc_data[0] = tmp101_deci_degrees / 10; mmc_data[1] = abs_deci % 10;