Changeset 1497:beb05975d51d in roaraudio for roard/include/commands.h


Ignore:
Timestamp:
03/31/09 20:31:42 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not store command *names* on micor controllers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/commands.h

    r668 r1497  
    3333struct roar_command { 
    3434 int cmd; 
     35#ifndef ROAR_TARGET_MICROCONTROLLER 
    3536 char name[COMMAND_MAX_NAMELEN]; 
     37#else 
     38 char * name; 
     39#endif 
    3640 int (*handler)(int client, struct roar_message * mes, char * data); 
    3741}; 
Note: See TracChangeset for help on using the changeset viewer.