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