demo: Turn vendor/product ID into modulepars

This commit is contained in:
Harald Welte 2019-01-25 19:29:53 +01:00
parent 9acc209aa1
commit fbb5d48be5
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ type component test_CT {
port USB_PT USB;
}
modulepar {
hexstring mp_vendor_id := '138a'H;
hexstring mp_product_id := '0017'H;
}
testcase TC_selftest() runs on test_CT {
/*
const octetstring raw := '12011001FF11FF088A131700780000000101'O;