From ee73bb0f69b1aeb54fddf2b36b12ac254015f063 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 29 Sep 2024 21:03:40 +0200 Subject: [PATCH] avr: added screen.asm files to buildfiles. --- avr/modules/com2/0BUILD | 1 + avr/modules/comproto/0BUILD | 1 + avr/modules/ds18b20/0BUILD | 1 + 3 files changed, 3 insertions(+) diff --git a/avr/modules/com2/0BUILD b/avr/modules/com2/0BUILD index 8c47a42..8235f24 100644 --- a/avr/modules/com2/0BUILD +++ b/avr/modules/com2/0BUILD @@ -9,6 +9,7 @@ lowlevel.asm main.asm packets.asm + screen.asm diff --git a/avr/modules/comproto/0BUILD b/avr/modules/comproto/0BUILD index 4769562..ed7af9f 100644 --- a/avr/modules/comproto/0BUILD +++ b/avr/modules/comproto/0BUILD @@ -18,6 +18,7 @@ msg_sysstats.asm msg_twi.asm msg_value.asm + screen.asm diff --git a/avr/modules/ds18b20/0BUILD b/avr/modules/ds18b20/0BUILD index febd367..a546cb2 100644 --- a/avr/modules/ds18b20/0BUILD +++ b/avr/modules/ds18b20/0BUILD @@ -4,6 +4,7 @@ main.asm + screen.asm