1 /*
2  * Copyright (c) 2019 Lexmark International, Inc.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  */
7 
8 #ifndef _BOARD__H_
9 #define _BOARD__H_
10 
11 /* Define CMSIS configurations */
12 #define __CR_REV		1U
13 
14 #endif /* _BOARD__H_ */
15