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