Changeset 496 for soft/giet_vm/giet_drivers/xcu_driver.c
- Timestamp:
- Feb 8, 2015, 1:12:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/xcu_driver.c
r490 r496 101 101 else 102 102 { 103 _p uts("[GIET ERROR] _xcu_set_mask() receives illegal IRQ type\n");103 _printf("[GIET ERROR] _xcu_set_mask() receives illegal IRQ type\n"); 104 104 _exit(); 105 105 } … … 108 108 109 109 #else 110 _p uts("[GIET ERROR] _xcu_set_mask() should not be used if USE_XCU not set\n");110 _printf("[GIET ERROR] _xcu_set_mask() should not be used if USE_XCU not set\n"); 111 111 _exit(); 112 112 #endif … … 155 155 156 156 #else 157 _p uts("[GIET ERROR] _xcu_get_index should not be used if USE_XCU is not set\n");157 _printf("[GIET ERROR] _xcu_get_index should not be used if USE_XCU is not set\n"); 158 158 _exit(); 159 159 #endif … … 176 176 177 177 #else 178 _p uts("[GIET ERROR] _xcu_send_wti() should not be used if USE_XCU is not set\n");178 _printf("[GIET ERROR] _xcu_send_wti() should not be used if USE_XCU is not set\n"); 179 179 _exit(); 180 180 #endif … … 221 221 222 222 #else 223 _p uts("[GIET ERROR] in _xcu_get_wti_value() USE_XCU is not set\n");223 _printf("[GIET ERROR] in _xcu_get_wti_value() USE_XCU is not set\n"); 224 224 _exit(); 225 225 #endif … … 236 236 237 237 #else 238 _p uts("[GIET ERROR] in _xcu_get_wti_address() USE_XCU is not set\n");238 _printf("[GIET ERROR] in _xcu_get_wti_address() USE_XCU is not set\n"); 239 239 _exit(); 240 240 #endif … … 256 256 257 257 #else 258 _p uts("[GIET ERROR] in _xcu_timer_start() USE_XCU is not set\n");258 _printf("[GIET ERROR] in _xcu_timer_start() USE_XCU is not set\n"); 259 259 _exit(); 260 260 #endif … … 275 275 276 276 #else 277 _p uts("[GIET ERROR] in _xcu_timer_stop() USE_XCU is not set\n");277 _printf("[GIET ERROR] in _xcu_timer_stop() USE_XCU is not set\n"); 278 278 _exit(); 279 279 #endif
Note: See TracChangeset
for help on using the changeset viewer.