wideband/firmware/util/bit.h

4 lines
43 B
C

#pragma once
#define BIT(n) (0x1U << (n))