1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

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

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