Skip to content

Commit 91dd319

Browse files
committed
Fixed so exactly one user*.cpp compiles by default.
1 parent f509ada commit 91dd319

1 file changed

Lines changed: 1 addition & 1 deletion

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 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

0 commit comments

Comments
 (0)