File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ AP_Radio_beken::AP_Radio_beken(AP_Radio &_radio) :
140
140
bool AP_Radio_beken::init (void )
141
141
{
142
142
if (_irq_handler_ctx != nullptr ) {
143
- AP_HAL::panic (" AP_Radio_beken: double instantiation of irq_handler\n " );
143
+ AP_HAL::panic (" AP_Radio_beken: double instantiation of irq_handler" );
144
144
}
145
145
chVTObjectInit (&timeout_vt);
146
146
_irq_handler_ctx = chThdCreateFromHeap (NULL ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ bool AP_Radio_cc2500::init(void)
85
85
{
86
86
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
87
87
if (_irq_handler_ctx != nullptr ) {
88
- AP_HAL::panic (" AP_Radio_cc2500: double instantiation of irq_handler\n " );
88
+ AP_HAL::panic (" AP_Radio_cc2500: double instantiation of irq_handler" );
89
89
}
90
90
chVTObjectInit (&timeout_vt);
91
91
_irq_handler_ctx = chThdCreateFromHeap (NULL ,
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ bool AP_Radio_cypress::init(void)
264
264
dev = hal.spi ->get_device (CYRF_SPI_DEVICE);
265
265
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
266
266
if (_irq_handler_ctx != nullptr ) {
267
- AP_HAL::panic (" AP_Radio_cypress: double instantiation of irq_handler\n " );
267
+ AP_HAL::panic (" AP_Radio_cypress: double instantiation of irq_handler" );
268
268
}
269
269
chVTObjectInit (&timeout_vt);
270
270
_irq_handler_ctx = chThdCreateFromHeap (NULL ,
You can’t perform that action at this time.
0 commit comments