Changeset 41422 for trunk/Ohana/src/opihi/lib.shell/VectorIO.c
- Timestamp:
- Sep 24, 2020, 2:44:55 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c
r41395 r41422 511 511 512 512 // assign the data to the actual vector 513 ASSIGN_DATA( byte,byte, Int);513 ASSIGN_DATA(gfbyte, gfbyte, Int); 514 514 ASSIGN_DATA(char, char, Int); 515 515 ASSIGN_DATA(short, short, Int); … … 537 537 538 538 // assign the data to the actual vector 539 ASSIGN_DATA_TRANSPOSE( byte,byte, Int);539 ASSIGN_DATA_TRANSPOSE(gfbyte, gfbyte, Int); 540 540 ASSIGN_DATA_TRANSPOSE(char, char, Int); 541 541 ASSIGN_DATA_TRANSPOSE(short, short, Int);
Note:
See TracChangeset
for help on using the changeset viewer.
