From 3c6f5161b2903c1bf59bcc959301a7390c3c5c79 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 21 Mar 2016 17:41:29 +0100 Subject: tools: Simple echo application This adds a simple echo application written to show application how to use the API. It also updates the dev.h header file with the insights gained from performing this excercise. --- src/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/CMakeLists.txt') diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index eaff2ddb..e81f3475 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -9,6 +9,7 @@ set(SOURCE_FILES bitmap.c cdap.c da.c + dev.c du_buff.c ipcp.c irm.c -- cgit v1.2.3