@@ -1,19 +1,19 | |||
|
1 | 1 | /* |
|
2 | 2 | * clockctrl.cpp |
|
3 | 3 | * |
|
4 | 4 | * Created on: Oct 16, 2014 |
|
5 | 5 | * Author: Alan Aguilar Sologuren |
|
6 | 6 | */ |
|
7 | 7 | |
|
8 | 8 | #include "clockctrl.h" |
|
9 | 9 | |
|
10 | 10 | clock_ctrl::clock_ctrl(): |
|
11 |
clk_config( |
|
|
11 | clk_config(nullptr),clk_state(nullptr){ | |
|
12 | 12 | // TODO Auto-generated constructor stub |
|
13 | 13 | |
|
14 | 14 | } |
|
15 | 15 | |
|
16 | 16 | clock_ctrl::~clock_ctrl() { |
|
17 | 17 | // TODO Auto-generated destructor stub |
|
18 | 18 | } |
|
19 | 19 |
General Comments 0
You need to be logged in to leave comments.
Login now