Changeset 270
- Timestamp:
- 10/04/2007 11:49:24 AM (4 years ago)
- Location:
- nano-RK/projects
- Files:
-
- 1 added
- 1 edited
-
basic_tasks/main.c (modified) (2 diffs)
-
demo_samples (added)
Legend:
- Unmodified
- Added
- Removed
-
nano-RK/projects/basic_tasks/main.c
r268 r270 59 59 nrk_setup_ports(); 60 60 nrk_setup_uart(UART_BAUDRATE_115K2); 61 62 printf( "Starting up...\r\n" );63 61 64 62 nrk_init(); … … 80 78 { 81 79 uint16_t cnt; 80 81 nrk_kprintf( PSTR("Nano-RK Version ") ); 82 printf( "%d\r\n",NRK_VERSION ); 82 83 83 84 printf( "My node's address is %u\r\n",NODE_ADDR );
Note: See TracChangeset
for help on using the changeset viewer.
