Skip to content

Commit 3403b0c

Browse files
committed
[CI] Set $AVR_CPU_FREQUENCY_HZ in the CI Dockerfile
1 parent 372f774 commit 3403b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ ENV PATH=/home/avr-rust/.cargo/bin:$PATH
1616
COPY --chown=avr-rust:avr-rust . /code/ruduino
1717

1818
WORKDIR /code/ruduino
19+
ENV AVR_CPU_FREQUENCY_HZ=16000000
1920

2021
CMD ["cargo", "build", "-Z", "build-std=core", "--target", "avr-atmega328p.json", "--release"]

0 commit comments

Comments
 (0)