aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8dbdbe3..7e773c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ target_compile_options(pico_stdio INTERFACE
)
target_compile_options(${PROJECT} PRIVATE
- "-DSPLIT_SIDE=${SPLIT_LEFT}"
+ "-DSPLIT_SIDE=${SPLIT_SIDE}"
"-DSPLIT_ROLE=${SPLIT_ROLE}"
)