Skip to content

Commit e023c8b

Browse files
Oops. Enable default user.cpp.
1 parent af16d20 commit e023c8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

M4_Eyes/user.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if 0 // Change to 1 to enable this code (enable only ONE user*.cpp!)
1+
#if 1 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
22

33
// This file provides a crude way to "drop in" user code to the eyes,
44
// allowing concurrent operations without having to maintain a bunch of

M4_Eyes/user_servo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if 0 // Change to 1 to enable this code (enable only ONE user*.cpp!)
1+
#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
22

33
#include <Arduino.h>
44
#include <Servo.h>

0 commit comments

Comments
 (0)