#470 closed defect (fixed)
psBitSet bits
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
struct for psBitSet uses
char *bits;
we thought this should be,
psU8 *bits;
Note:
See TracTickets
for help on using tickets.

That's probably a tautology, but fair enough.