embkernel
Main Page
Modules
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Groups
Pages
examples
stm32f4discovery
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 48000000
16
#define DRV_CFG_PCLK2_FREQ 84000000
17
18
#endif
/* CFG_DRV_HPP_ */
Generated on Sun May 12 2013 23:28:50 for embkernel by
1.8.3.1