Fix _BV already defined warnings
This commit is contained in:
@ -55,10 +55,6 @@
|
||||
#error "Pins for this chip not defined in Arduino.h! If you have a working pins definition, please contribute!"
|
||||
#endif
|
||||
|
||||
#ifndef _BV
|
||||
#define _BV(bit) (1UL << (bit))
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Magic I/O routines
|
||||
*
|
||||
|
Reference in New Issue
Block a user