Switched to include interrupt vectors by default
This commit is contained in:
@@ -120,7 +120,7 @@ class Hardware0<cfg, Driven::INTERRUPT, mode>
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef UART0_INT_VECTORS
|
||||
#ifndef UART0_NO_INT_VECTORS
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
@@ -156,6 +156,4 @@ ISR(USART0_UDRE_vect)
|
||||
} // namespace detail
|
||||
} // namespace uart
|
||||
|
||||
#undef UART0_INT_VECTORS
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user