]> rtime.felk.cvut.cz Git - hydro.git/blob - hydro.diff
repairs
[hydro.git] / hydro.diff
1 ? hydro.diff
2 ? embedded/hydro
3 ? embedded/pikron
4 Index: embedded/libs4c/ulan/uldy/uldy_base.c
5 ===================================================================
6 RCS file: /cvsroot/ulan/ulan/embedded/libs4c/ulan/uldy/uldy_base.c,v
7 retrieving revision 1.4
8 diff -u -r1.4 uldy_base.c
9 --- embedded/libs4c/ulan/uldy/uldy_base.c       19 Jan 2008 00:21:28 -0000      1.4
10 +++ embedded/libs4c/ulan/uldy/uldy_base.c       6 Nov 2008 13:13:30 -0000
11 @@ -1,13 +1,10 @@
12 -#include <system_def.h>
13 -#include <cpu_def.h>
14 +//#include <system_def.h>
15 +//#include <cpu_def.h>
16  #include <uldy_base.h>
17  #ifdef UL_WITHOUT_HANDLE
18  #include "ul_drv_fnc.h"
19  #endif
20 -#ifdef CONFIG_OC_UL_DRV_SYSLESS
21  #include <string.h>
22 -#endif
23 -
24  
25  void
26  ul_dy_sn2buf(uchar *buf,unsigned long mod_sn)
27 Index: embedded/libs4c/ulan/uldy/uldy_base.h
28 ===================================================================
29 RCS file: /cvsroot/ulan/ulan/embedded/libs4c/ulan/uldy/uldy_base.h,v
30 retrieving revision 1.3
31 diff -u -r1.3 uldy_base.h
32 --- embedded/libs4c/ulan/uldy/uldy_base.h       28 Sep 2006 00:01:31 -0000      1.3
33 +++ embedded/libs4c/ulan/uldy/uldy_base.h       6 Nov 2008 13:13:30 -0000
34 @@ -20,6 +20,7 @@
35    extern ul_idstr_t CODE ul_idstr;
36  #else
37    #define UL_DYAC_VAR_LOC
38 + #include <types.h>
39  #endif
40  
41  #ifdef SDCC
42 @@ -38,7 +39,7 @@
43    char *ul_idstr;
44    uint8_t ul_idstr_len;
45    char boot_activated;
46 - #ifdef CONFIG_OC_UL_DRV_SYSLESS
47 + #ifndef UL_WITHOUT_HANDLE //CONFIG_OC_UL_DRV_SYSLESS
48    ul_fd_t ul_fd;
49    uint8_t ul_dysa;
50    uint8_t ul_fld;
51 Index: host/Makefile.omk
52 ===================================================================
53 RCS file: /cvsroot/ulan/ulan/host/Makefile.omk,v
54 retrieving revision 1.4
55 diff -u -r1.4 Makefile.omk
56 --- host/Makefile.omk   11 Nov 2007 18:35:38 -0000      1.4
57 +++ host/Makefile.omk   6 Nov 2008 13:13:30 -0000
58 @@ -1 +1,2 @@
59 -SUBDIRS = libs4c ul_drv apps
60 +SUBDIRS = libs4c ul_drv apps uloi_lt
61 +