From 9777a02c7540fdec145feb948b4bbf1cd44c3352 Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 13 Aug 2017 16:50:34 +0200 Subject: Fix AFB_MESSAGE with null arguments --- HAL-afb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HAL-afb') diff --git a/HAL-afb/CMakeLists.txt b/HAL-afb/CMakeLists.txt index b0c2e6a..201d407 100644 --- a/HAL-afb/CMakeLists.txt +++ b/HAL-afb/CMakeLists.txt @@ -17,7 +17,7 @@ ########################################################################### -# Include any directory starting with a Capital letter +# Include any directory not starting with _ # ----------------------------------------------------- PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) -- cgit 1.2.3-korg