From 12a2cc1b8e6e9f42f1c4648e2bc2c9c379f1d4ad Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 5 Sep 2024 21:36:38 +0200 Subject: [PATCH] avr: fixed a typo. --- avr/modules/comproto/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/comproto/main.asm b/avr/modules/comproto/main.asm index af816b3..be97724 100644 --- a/avr/modules/comproto/main.asm +++ b/avr/modules/comproto/main.asm @@ -102,7 +102,7 @@ cproHandlePing_notHandled: ; --------------------------------------------------------------------------- -; Compare the UID from a message against out own UID. +; Compare the UID from a message against our own UID. ; ;IN: ; - X: pointer to UID in a message to compare against out own uid