changed folder name of project from DRAM to dram

This commit is contained in:
Janik Schlemminger
2014-03-16 13:35:47 -07:00
parent 7fc688a02d
commit 000a498a59
60 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
/*
* controller_state.cpp
*
* Created on: Mar 5, 2014
* Author: jonny
*/
#include "ControllerState.h"
namespace core {
ControllerState::ControllerState(unsigned int numberOfBanks) : bankStates(numberOfBanks)
{
}
ControllerState::~ControllerState() {
// TODO Auto-generated destructor stub
}
} /* namespace controller */