mirror of https://github.com/rusefi/wideband.git
4 lines
43 B
C
4 lines
43 B
C
|
#pragma once
|
||
|
|
||
|
#define BIT(n) (0x1U << (n))
|