source: rtems/c/src/lib/libbsp/shared/clockdrv_shell.c @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was d71a2740, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/08 at 10:27:13

Turn warning into error.

  • Property mode set to 100644
File size: 416 bytes
Line 
1/*
2 *  Clock Tick Device Driver Shell
3 *
4 *  COPYRIGHT (c) 1989-2006.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#error "Including obsolete file clockdrv_shell.c; include clockdrv_shell.h, instead"
15
16#include "clockdrv_shell.h"
Note: See TracBrowser for help on using the repository browser.