diff options
author | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-23 12:39:06 -0700 |
---|---|---|
committer | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-23 12:39:06 -0700 |
commit | f1fd71c231ab75d2e2563d7b40cb1460dca0eed7 (patch) | |
tree | 39f6321241cfedb8f6d19895b7bcc6f410e467d6 | |
parent | 551756b0ec7131e6129d31c0a28083d072d160a2 (diff) |
Disabled ec11 since it's an optional configuration
-rw-r--r-- | app/boards/shields/romac_plus/romac_plus.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/shields/romac_plus/romac_plus.conf b/app/boards/shields/romac_plus/romac_plus.conf index 8ec9fa9..cff5b30 100644 --- a/app/boards/shields/romac_plus/romac_plus.conf +++ b/app/boards/shields/romac_plus/romac_plus.conf @@ -1,3 +1,3 @@ # Uncomment to enable encoder
-CONFIG_EC11=y
-CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
\ No newline at end of file +#CONFIG_EC11=y
+#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
\ No newline at end of file |