Skip to content

Commit

Permalink
gr cariboulite backwords comptabilioty
Browse files Browse the repository at this point in the history
  • Loading branch information
alon committed Apr 18, 2024
1 parent bf1b423 commit bf60fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/gr-caribouLite/lib/caribouLiteSource_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace gr {
bool provide_meta)
: gr::sync_block("caribouLiteSource",
gr::io_signature::make(0, 0, 0),
gr::io_signature::make(1, 2, {sizeof(gr_complex), sizeof(uint8_t)})
gr::io_signature::make2(1, 2, sizeof(gr_complex), sizeof(uint8_t))
)
{
detectBoard();
Expand Down

0 comments on commit bf60fd8

Please sign in to comment.