From aabe5f7faa454fbfdcda623d9008f1ef530586e1 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Thu, 4 Mar 2021 01:06:48 +0100 Subject: [PATCH] only loop through once same change as with attiny4 version; allows us to get rid of i3. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b73a6ae..81fc760 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,11 @@ all: test test: bsv orig.pcm - ./bsv | head -c31457280 | diff -s - orig.pcm + ./bsv | head -c7864320 | diff -s - orig.pcm commit: test git add bsv.c git commit -m "new version" orig.pcm: - ./bsv-orig | head -c31457280 > orig.pcm + ./bsv-orig | head -c7864320 > orig.pcm -- 2.39.3