From 88ae2ee59f4ed243b6465780ba614a160567e4cc Mon Sep 17 00:00:00 2001 From: Lisoveliy <1986developer@gmail.com> Date: Mon, 21 Oct 2024 17:53:56 +0300 Subject: [PATCH] chore: updated comments --- program/SVET/lib/SVET/Flash/FlashService.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/program/SVET/lib/SVET/Flash/FlashService.cpp b/program/SVET/lib/SVET/Flash/FlashService.cpp index c7aed15..b7f1079 100644 --- a/program/SVET/lib/SVET/Flash/FlashService.cpp +++ b/program/SVET/lib/SVET/Flash/FlashService.cpp @@ -7,6 +7,7 @@ * By Lisoveliy */ +//TODO: End service FlashService::FlashService(int allocSize) { EEPROM.begin(allocSize);