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