Fixed case issue of inclusion of Unity.h -> unity.h in CExceptionConfig.h

This commit is contained in:
Greg Williams
2012-03-12 21:59:46 -04:00
parent 278177ee19
commit 297bc1d070
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _EXCEPTION_H
#define _EXCEPTION_H
#include "Unity.h"
#include "unity.h"
extern volatile int TestingTheFallback;