Skip to content

Commit bc0bb2b

Browse files
committed
compile error with cmake
1 parent e67ef87 commit bc0bb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helix_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
// User Settings: Activate/Deactivate logging
4-
#ifndef HELIX_LOGGING_ACTIVE
4+
#if ! defined(HELIX_LOGGING_ACTIVE) && defined(ARDUINO)
55
#define HELIX_LOGGING_ACTIVE true
66
#endif
77

0 commit comments

Comments
 (0)