From d7a371a9939ece8fca05094dd159d5f1c48f7a6e Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 12 May 2016 16:00:31 +0100 Subject: [PATCH] Moved example unity_config.h from src to examples As recommended in PR #193 --- {src => examples}/unity_config.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src => examples}/unity_config.h (100%) diff --git a/src/unity_config.h b/examples/unity_config.h similarity index 100% rename from src/unity_config.h rename to examples/unity_config.h -- GitLab