Ignore:
Timestamp:
05/12/11 10:15:41 (14 years ago)
Author:
neise
Message:
ethernet with user interface test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FSC/src/output.c

    r10667 r10674  
    22#include "usart.h"
    33#include "application.h"
     4#include "timer.h"
    45
    56void print_status() {
     
    2930
    3031        usart_write_str((pU08)"time:");
    31         usart_write_float((float)local_ms/1000 , 1,7);
     32        usart_write_U32(sec,10);
    3233        usart_write_str((pU08)" sec.\n");
    3334
Note: See TracChangeset for help on using the changeset viewer.