From 8ff7937a889b082eb773c3c6120f555861de851e Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Fri, 14 Feb 2025 04:13:58 +0100 Subject: [PATCH] Track a specific commit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccd6d27..bdf06c6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -REV := master +# 'master' or hash +REV := 8ba9981e5 BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV) CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300