More compiledb fixes. (#25355)

This commit is contained in:
Nick Brassel
2025-06-15 11:56:10 +10:00
committed by GitHub
parent 7ecdb57414
commit 7f9ceef3dd
3 changed files with 42 additions and 8 deletions

View File

@@ -21,6 +21,8 @@
#include <util/delay.h>
#pragma GCC diagnostic pop
extern void __builtin_avr_delay_cycles(uint32_t);
// http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf
// page 22: Table 4-2.Arithmetic and Logic Instructions
/*