Made library header only again and provided way to disable interrupt vectors
This commit is contained in:
@@ -338,7 +338,7 @@ class InterruptHardware {
|
||||
}
|
||||
|
||||
protected:
|
||||
static void rxIntHandler()
|
||||
static void rxIntHandler() FORCE_INLINE
|
||||
{
|
||||
auto data = HardwareImpl::rxByteInterrupt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user