Changeset 10674 for firmware/FSC/src/output.c
- Timestamp:
- 05/12/11 10:15:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FSC/src/output.c
r10667 r10674 2 2 #include "usart.h" 3 3 #include "application.h" 4 #include "timer.h" 4 5 5 6 void print_status() { … … 29 30 30 31 usart_write_str((pU08)"time:"); 31 usart_write_ float((float)local_ms/1000 , 1,7);32 usart_write_U32(sec,10); 32 33 usart_write_str((pU08)" sec.\n"); 33 34
Note:
See TracChangeset
for help on using the changeset viewer.