mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-06-05 21:24:36 +00:00
Fixed case issue of inclusion of Unity.h -> unity.h in CExceptionConfig.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _EXCEPTION_H
|
||||
#define _EXCEPTION_H
|
||||
|
||||
#include "Unity.h"
|
||||
#include "unity.h"
|
||||
|
||||
extern volatile int TestingTheFallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user