This commit is contained in:
2024-11-20 01:26:04 +01:00
parent eb76c2e4c7
commit 4a97a81d7a
3 changed files with 12 additions and 33 deletions

View File

@@ -11,7 +11,6 @@ void test_initializeReadings() {
int main() {
printf("Running tests...\n");
test_initializeReadings();
return 0;
}