nucleo-l053r8-benches/crates/algorithms/algorithms-c/test/crc/test_crc.c
2025-07-11 11:16:51 +02:00

11 lines
171 B
C
Executable file

#include "unity.h"
#include "crc.h"
void setUp(void) {}
void tearDown(void) {}
void test_crc_NeedToImplement(void) {
TEST_IGNORE_MESSAGE("Need to Implement crc");
}