Files

11 lines
138 B
C
Raw Permalink Normal View History

2023-03-17 11:59:21 +00:00
#pragma once
#include "test-mocks.h"
#include <inttypes.h>
BEGIN_TEST_MOCKS_NAMESPACE
typedef uint8_t uint8;
END_TEST_MOCKS_NAMESPACE