mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
whoops
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#include "bs412.h"
|
#include "bs412.h"
|
||||||
|
|
||||||
#define BS412_DEBUG
|
|
||||||
#define BS412_TIME 60
|
#define BS412_TIME 60
|
||||||
#define CLAMP(x, lo, hi) (((x) < (lo)) ? (lo) : ((x) > (hi) ? (hi) : (x)))
|
#define CLAMP(x, lo, hi) (((x) < (lo)) ? (lo) : ((x) > (hi) ? (hi) : (x)))
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define BS412_DEBUG
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define BS412_DEBUG
|
#define BS412_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user