Removing duplicate copies of clock cycle macro functions from wiring_private.h.

This commit is contained in:
David A. Mellis 2007-04-20 23:50:40 +00:00
parent 46c7885bc6
commit 52a40bfac9
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ extern "C"{
#define sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit))
#endif
#define clockCyclesPerMicrosecond() ( F_CPU / 1000000L )
#define clockCyclesToMicroseconds(a) ( (a) / clockCyclesPerMicrosecond() )
#define EXTERNAL_INT_0 0
#define EXTERNAL_INT_1 1