From d7011769d5b3bb7aeeb88470613ae0b9a5cfd617 Mon Sep 17 00:00:00 2001 From: "DESKTOP-M9CCUTI\\ian" Date: Wed, 21 Aug 2024 13:13:07 +0200 Subject: [PATCH] remove debug code --- pirate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/pirate.h b/pirate.h index 85185866..24d5a074 100644 --- a/pirate.h +++ b/pirate.h @@ -4,8 +4,6 @@ #define BP_FIRMWARE_VERSION "main branch" -static_assert(BP_FIRMWARE_HASH=="000000", "BP_FIRMWARE_HASH is not set"); - #ifndef BP_FIRMWARE_HASH //this variable is for the current commit GIT hash #define BP_FIRMWARE_HASH "unknown" #endif