Skip to content

Commit af48f6c

Browse files
committed
AVR compile error
1 parent 5ce8257 commit af48f6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AudioConfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ using WiFiServerSecure = BearSSL::WiFiServerSecure;
449449

450450
//----- AVR -----------
451451
#ifdef __AVR__
452+
#define USE_SD_NO_NS
452453
#define USE_PWM
453454
#define USE_TIMER
454455
// Uncomment to activate network
@@ -583,7 +584,7 @@ using WiFiServerSecure = BearSSL::WiFiServerSecure;
583584
#if defined(ARDUINO_ARCH_RENESAS) || defined(_RENESAS_RA_)
584585
// no trace to save on memory
585586
#define NO_TRACE
586-
//#define LOG_NO_MSG
587+
//#define LOG_NO_MSG // around 4K less
587588

588589
#define USE_INT24_FROM_INT
589590
#define IS_RENESAS 1

0 commit comments

Comments
 (0)