REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
tblock.cpp
Go to the documentation of this file.
1#include <redac/tblock.h>
2#include <cassert>
3
4using namespace blocks;
5
6FLASHMEM
7TBlock *TBlock::from_entity_classifier(entities::EntityClassifier classifier, bus::addr_t block_address) {
8 return new TBlock(new DummyTBlockHAL());
9}