Skip to content

Commit 04ca2d4

Browse files
committed
Compile Error
1 parent 2a26713 commit 04ca2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DriverCommon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace audio_driver {
2525
#endif
2626

2727
typedef int error_t;
28-
#ifdef ARDUINO && !AUDIO_DRIVER_FORCE_IDF
28+
#if defined(ARDUINO) && !AUDIO_DRIVER_FORCE_IDF
2929
typedef Wire *i2c_bus_handle_t;
3030
typedef SPIClass *spi_bus_handle_t;
3131
#else

0 commit comments

Comments
 (0)