Skip to content

Commit 97fcaa2

Browse files
committed
Re-enabled user.cpp as default.
1 parent dab12ed commit 97fcaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 0 to disable this code (must enable ONE user*.cpp only!)
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_wiichuck.cpp

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

33
// This user loop is designed to be used with a WiiChuck for command inputs and
44
// connects to a NeoPixel strip for additional output. It was used with a unicorn

0 commit comments

Comments
 (0)