Skip to content

Commit 685ffda

Browse files
mazgchc1728p9
authored andcommitted
Update IO_Config.h
1 parent 00ba75a commit 685ffda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/hic_hal/freescale/kl26z/IO_Config.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
* limitations under the License.
2020
*/
2121

22+
// Override all defines if IO_CONFIG_OVERRIDE is defined
23+
#ifdef IO_CONFIG_OVERRIDE
24+
#include "IO_Config_Override.h"
25+
#ifndef __IO_CONFIG_H__
26+
#define __IO_CONFIG_H__
27+
#endif
28+
#endif
2229

2330
#ifndef __IO_CONFIG_H__
2431
#define __IO_CONFIG_H__

0 commit comments

Comments
 (0)