mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 02:22:39 +00:00
Kills setup_output definitively, saving some indirection. set_scan_target takes its place.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// ScanTarget.cpp
|
||||
// Clock Signal
|
||||
//
|
||||
// Created by Thomas Harte on 14/11/2018.
|
||||
// Copyright © 2018 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#include "ScanTarget.hpp"
|
||||
|
||||
using namespace Outputs::Display;
|
||||
|
||||
NullScanTarget NullScanTarget::singleton;
|
||||
Reference in New Issue
Block a user