This commit is contained in:
2026-04-28 16:44:26 +02:00
parent f84d1a6a52
commit eeed0c0876
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
#include "bs412.h"
#define BS412_DEBUG
#define BS412_TIME 60
#define CLAMP(x, lo, hi) (((x) < (lo)) ? (lo) : ((x) > (hi) ? (hi) : (x)))
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#define BS412_DEBUG
#ifdef DEBUG
#define BS412_DEBUG
#endif