/[H8]/trunk/PIC/Demo trimmet/TFTPcDemo.c
ViewVC logotype

Diff of /trunk/PIC/Demo trimmet/TFTPcDemo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 108 by hedin, Mon May 28 08:59:24 2007 UTC revision 109 by hedin, Mon May 28 10:13:48 2007 UTC
# Line 4  Line 4 
4  #include "tick.h"  #include "tick.h"
5  #include "delay.h"  #include "delay.h"
6  #include "network.h"  #include "network.h"
7    #include "barcode.h"
8  #include <string.h>  #include <string.h>
9    
10    
# Line 146  void main(void) Line 146  void main(void)
146    
147  void interrupt HighISR(void)  void interrupt HighISR(void)
148  {  {
149      TickUpdate();          if (RCIF == 1)
150                    barcode_interrupt();
151            else
152            TickUpdate();
153  }  }
154    
155    

Legend:
Removed from v.108  
changed lines
  Added in v.109

  ViewVC Help
Powered by ViewVC 1.1.20