added note to get rid of unsued sigbuf1output
This commit is contained in:
parent
76e0e22356
commit
bf81cfefee
@ -450,6 +450,7 @@ defproc sigbuf (bool? in; bool! out[N]; power supply)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Sigbuf in which there is only 1 output. Made for outputs that cannot have multiple wires.
|
//Sigbuf in which there is only 1 output. Made for outputs that cannot have multiple wires.
|
||||||
|
// never used, prolly get rid @TODO
|
||||||
export template<pint N>
|
export template<pint N>
|
||||||
defproc sigbuf_1output (bool? in; bool! out; power supply)
|
defproc sigbuf_1output (bool? in; bool! out; power supply)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user