embkernel
 All Classes Functions Variables Typedefs Groups Pages
CfgDrv.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef CFG_DRV_HPP_
7 #define CFG_DRV_HPP_
8 
9 #if DEBUG
10 #define DRV_CFG_DEBUG_ENABLE 1
11 #else
12 #define DRV_CFG_DEBUG_ENABLE 0
13 #endif
14 
15 #define DRV_CFG_PCLK1_FREQ 36000000
16 #define DRV_CFG_PCLK2_FREQ 72000000
17 
18 #endif /* CFG_DRV_HPP_ */