Skip to content

Commit

Permalink
compile error with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 21, 2021
1 parent e67ef87 commit bc0bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helix_log.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// User Settings: Activate/Deactivate logging
#ifndef HELIX_LOGGING_ACTIVE
#if ! defined(HELIX_LOGGING_ACTIVE) && defined(ARDUINO)
#define HELIX_LOGGING_ACTIVE true
#endif

Expand Down

0 comments on commit bc0bb2b

Please sign in to comment.