rusefi/firmware/util/unused.h

6 lines
64 B
C
Raw Permalink Normal View History

2023-10-06 07:21:57 -07:00
#pragma once
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif