Changeset 52cdb134 in rtems


Ignore:
Timestamp:
03/14/18 21:11:51 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
820c667
Parents:
ca866cc
git-author:
Joel Sherrill <joel@…> (03/14/18 21:11:51)
git-committer:
Joel Sherrill <joel@…> (03/16/18 13:36:17)
Message:

bsps/sh/gensh1/include/bsp.h: Fix redefined warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/sh/gensh1/include/bsp.h

    rca866cc r52cdb134  
    5757
    5858/*
    59  *  Device Driver Table Entries
    60  */
    61 
    62 /*
    63  * We redefine CONSOLE_DRIVER_TABLE_ENTRY to redirect /dev/console
    64  */
    65 #undef CONSOLE_DRIVER_TABLE_ENTRY
    66 #define CONSOLE_DRIVER_TABLE_ENTRY \
    67   BSP_CONSOLE_DRIVER_TABLE_ENTRY, \
    68   { console_initialize, console_open, console_close, \
    69       console_read, console_write, console_control }
    70 
    71 /*
    7259 * BSP methods that cross file boundaries.
    7360 */
Note: See TracChangeset for help on using the changeset viewer.