added note to get rid of unsued sigbuf1output

This commit is contained in:
alexmadison 2023-12-01 13:44:07 +01:00
parent 76e0e22356
commit bf81cfefee
1 changed files with 1 additions and 0 deletions

View File

@ -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.
// never used, prolly get rid @TODO
export template<pint N>
defproc sigbuf_1output (bool? in; bool! out; power supply)
{