At 4:52 AM +0100 18-04-00, Mike Davis wrote:
>I have a similar array for my pattern as:
>UInt8 myPattern[8] = {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
Why not eliminate the cast entirely, can't you just declare this as:
CustomPatternType myPattern = {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
--Bob
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html
- Using CustomPatternType Mike Davis
- Re: Using CustomPatternType Bob Ebert
- Re: Using CustomPatternType Richard Burmeister
- Re: Using CustomPatternType Michael S. Davis
- Re: Using CustomPatternType John Marshall
