Fix _BV already defined warnings
This commit is contained in:
@ -77,8 +77,6 @@
|
||||
#define MYSERIAL Serial3
|
||||
#endif
|
||||
|
||||
#define _BV(bit) (1 << (bit))
|
||||
|
||||
/**
|
||||
* TODO: review this to return 1 for pins that are not analog input
|
||||
*/
|
||||
|
Reference in New Issue
Block a user