Fix _BV already defined warnings

This commit is contained in:
Thomas Moore
2017-11-24 21:59:31 -06:00
parent 2ea779e560
commit 34eaaab5fb
4 changed files with 0 additions and 10 deletions

View File

@ -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
*