rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
unused.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef UNUSED
4#define UNUSED(x) (void)(x)
5#endif