mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/avr8_common: AVR-8 needs 7 cycles per busy loop
This commit is contained in:
parent
79b51efc15
commit
5dc43bd62d
@ -57,6 +57,11 @@ extern "C"
|
|||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CPU cycles per busy wait loop
|
||||||
|
*/
|
||||||
|
#define CPU_CYCLES_PER_LOOP (7)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Use shared I2C functions
|
* @name Use shared I2C functions
|
||||||
* @{
|
* @{
|
||||||
|
Loading…
Reference in New Issue
Block a user