IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/buttons.h

    r16810 r17419  
    121121#define flipx_width 25
    122122#define flipx_height 25
    123 static unsigned char flipx_bits[] = {
     123static char flipx_bits[] = {
    124124   0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
    125125   0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x01, 0x00, 0x80, 0x10, 0x02, 0x00,
     
    133133#define flipy_width 25
    134134#define flipy_height 25
    135 static unsigned char flipy_bits[] = {
     135static char flipy_bits[] = {
    136136   0x00, 0x10, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00,
    137137   0x00, 0x82, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x80, 0x00, 0x02, 0x00,
Note: See TracChangeset for help on using the changeset viewer.