1
0
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:
Benjamin Valentin 2024-01-09 23:07:20 +01:00
parent 79b51efc15
commit 5dc43bd62d

View File

@ -57,6 +57,11 @@ extern "C"
#endif
/** @} */
/**
* @brief CPU cycles per busy wait loop
*/
#define CPU_CYCLES_PER_LOOP (7)
/**
* @name Use shared I2C functions
* @{