mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Removing duplicate copies of clock cycle macro functions from wiring_private.h.
This commit is contained in:
parent
46c7885bc6
commit
52a40bfac9
@ -45,9 +45,6 @@ extern "C"{
|
|||||||
#define sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit))
|
#define sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define clockCyclesPerMicrosecond() ( F_CPU / 1000000L )
|
|
||||||
#define clockCyclesToMicroseconds(a) ( (a) / clockCyclesPerMicrosecond() )
|
|
||||||
|
|
||||||
#define EXTERNAL_INT_0 0
|
#define EXTERNAL_INT_0 0
|
||||||
#define EXTERNAL_INT_1 1
|
#define EXTERNAL_INT_1 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user