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


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/commands.c

    r1497 r1502  
    2525#include "roard.h" 
    2626 
    27 #ifndef ROAR_TARGET_MICROCONTROLLER 
     27#if !defined(ROAR_TARGET_MICROCONTROLLER) && !defined(ROAR_MINIMAL) 
    2828#define _NAME(x) (x) 
    2929#else 
Note: See TracChangeset for help on using the changeset viewer.