summaryrefslogtreecommitdiff
path: root/src/app/ssd1306test/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ssd1306test/main.cc')
-rw-r--r--src/app/ssd1306test/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/ssd1306test/main.cc b/src/app/ssd1306test/main.cc
index 0fb807e..d82ce57 100644
--- a/src/app/ssd1306test/main.cc
+++ b/src/app/ssd1306test/main.cc
@@ -5,9 +5,9 @@
*/
#include "arch.h"
#include "driver/stdout.h"
-#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(CONFIG_driver_softi2c)
+#if defined(CONFIG_meta_driver_hardware_i2c)
#include "driver/i2c.h"
-#else
+#elif defined(CONFIG_driver_softi2c)
#include "driver/soft_i2c.h"
#endif
#include "driver/ssd1306.h"