1
0
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:
Thomas Harte
2018-11-14 21:52:57 -05:00
parent 87df8b9e85
commit 8a699b6072
23 changed files with 122 additions and 94 deletions
+13
View File
@@ -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;