Short term fix for avr-libc@2.3.0 (#25938)

This commit is contained in:
Joel Challis
2026-01-08 05:36:40 +00:00
committed by GitHub
parent 3d591a2000
commit a0b15d08bc

View File

@@ -281,6 +281,10 @@ void send_nibble(uint8_t number) {
}
}
#if defined(__AVR_ATmega32U4__)
# include <avr/io.h>
#endif
void tap_random_base64(void) {
#if defined(__AVR_ATmega32U4__)
uint8_t key = (TCNT0 + TCNT1 + TCNT3 + TCNT4) % 64;