Changeset 366 for soft/giet_vm/giet_boot/boot.c
- Timestamp:
- Jul 23, 2014, 4:16:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r359 r366 132 132 //////////////////////////////////////////////////////////////////////////// 133 133 134 extern void boot_entry(); 135 134 136 // This global variable is allocated in "fat32.c" file 135 137 extern fat32_fs_t fat; … … 2510 2512 if ( (nprocs > 0) && ((clusterid != 0) || (p != 0)) ) 2511 2513 { 2512 _xcu_send_wti( cluster_xy, p, (unsigned int)boot_ init);2514 _xcu_send_wti( cluster_xy, p, (unsigned int)boot_entry ); 2513 2515 } 2514 2516 }
Note: See TracChangeset
for help on using the changeset viewer.