root/webserver/example/EasyWEB/Retarget.c

Revision 10, 0.9 kB (checked in by phil, 15 years ago)

First compileable version of EasyWeb? for CrossWorks? ARM Compiler, without TCPClockHandler - runs only once after startup.

Line 
1 /******************************************************************************/
2 /* RETARGET.C: 'Retarget' layer for target-dependent low level functions      */
3 /******************************************************************************/
4 /* This file is part of the uVision/ARM development tools.                    */
5 /* Copyright (c) 2005-2006 Keil Software. All rights reserved.                */
6 /* This software may only be used under the terms of a valid, current,        */
7 /* end user licence from KEIL for a compatible version of KEIL software       */
8 /* development tools. Nothing else gives you the right to use this software.  */
9 /******************************************************************************/
10
11 #if 0
12 #include <rt_misc.h>
13
14 #pragma import(__use_no_semihosting_swi)
15
16 void _ttywrch(int ch) {
17   // Not used (No Output)
18 }
19
20 void _sys_exit(int return_code) {
21 label:  goto label;  /* endless loop */
22 }
23
24
25 #endif
Note: See TracBrowser for help on using the browser.