Revise tests for topology code gen

This commit is contained in:
Rob Bocchino 2025-11-17 17:44:35 -08:00
parent 17f6aa2097
commit 94f9de949a

View File

@ -32,7 +32,7 @@ namespace M {
FwIndexType portNum, //!< The port number
U32 x
) {
return 0;
return x;
}
};