some Code-simplification
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#define Q(x) #x
|
||||
#define QUOTE(x) Q(x)
|
||||
#define SET_BIT(value, bitPosition) ((value) |= (1U << (bitPosition)))
|
||||
|
||||
#if PCB_REV == 1
|
||||
#define GPIO_BUTTON D7
|
||||
|
Reference in New Issue
Block a user