diff options
Diffstat (limited to 'def.h')
-rwxr-xr-x[-rw-r--r--] | def.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,11 @@ #include <stdint.h> +#define CAN_WAIT_TENSION +#define MONITOR_TENSIONS + +#define ARRAY_SIZE(arr) (sizeof (arr) / sizeof (arr[0])) + #define SetBit(Port, Mask) ((Port) |= (Mask)) #define ClrBit(Port, Mask) ((Port) &= (~(Mask))) |