Changeset 1502:09c7a94d4e49 in roaraudio for roard/include/commands.h


Ignore:
Timestamp:
03/31/09 21:10:22 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

exclude names on ROAR_MINIMAL, too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/commands.h

    r1497 r1502  
    3333struct roar_command { 
    3434 int cmd; 
    35 #ifndef ROAR_TARGET_MICROCONTROLLER 
     35#if !defined(ROAR_TARGET_MICROCONTROLLER) && !defined(ROAR_MINIMAL) 
    3636 char name[COMMAND_MAX_NAMELEN]; 
    3737#else 
Note: See TracChangeset for help on using the changeset viewer.