From c3a4c64a00bcc589430dbbaee4eceb99bc51ee52 Mon Sep 17 00:00:00 2001
From: Imbus <>
Date: Wed, 12 Feb 2025 15:39:46 +0100
Subject: [PATCH] Use correct compiler

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 97dc6fd..acc3665 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300
 TARGET = blink
 TARGET_MCU?=CH32V003
 NEWLIB=/usr/arm-none-eabi/include
-TOOL_PREFIX := riscv64-linux-gnu
+TOOL_PREFIX := riscv32-linux-gnu
 CC := $(TOOL_PREFIX)-gcc
 OBJDUMP := $(TOOL_PREFIX)-objdump
 OBJCOPY := $(TOOL_PREFIX)-objcopy