From 41fdd2b1f35bcb4224fdb8fee2b959e09d1f5916 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 25 Jan 2017 22:22:30 +0100 Subject: o Seemingly working Mutexes. o Dropping the privileged/unprivileged split for now. --- apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 90885ed..24b05e6 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -8,3 +8,4 @@ add_subdirectory(serial1) add_subdirectory(serial2) add_subdirectory(stepper1) add_subdirectory(stepper2) +add_subdirectory(usb1) -- cgit v1.2.3