diff options
| author | Nick Brassel | 2025-06-15 03:56:10 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-15 03:56:10 +0200 |
| commit | 7f9ceef3dd52066b6349130a93bfc681cd435d68 (patch) | |
| tree | 8ccd6bd67e222b2d3353dcb9ec5fb34a5d6f99cd /platforms | |
| parent | 7ecdb574147fb67a89c46609161ca08891a103c0 (diff) | |
More compiledb fixes. (#25355)
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/avr/_wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platforms/avr/_wait.h b/platforms/avr/_wait.h index 39cbf618d2..54f578ace0 100644 --- a/platforms/avr/_wait.h +++ b/platforms/avr/_wait.h @@ -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 /* |