Changeset 395
- Timestamp:
- Aug 11, 2014, 9:34:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/xcu_driver.c
r345 r395 5 5 // Copyright (c) UPMC-LIP6 6 6 /////////////////////////////////////////////////////////////////////////////////// 7 // This peripheral is replicated in a all clusters containing processors.7 // This peripheral is replicated in all clusters containing processors. 8 8 // 9 9 // SEG_XCU_BASE and PERI_CLUSTER_INCREMENT must be defined in hard_config.h file. … … 194 194 195 195 #else 196 _printf("[GIET ERROR] _xcu_send_ ipishould not be used if USE_XCU is not set\n");196 _printf("[GIET ERROR] _xcu_send_wti() should not be used if USE_XCU is not set\n"); 197 197 _exit(); 198 198 #endif
Note: See TracChangeset
for help on using the changeset viewer.