Made library header only again and provided way to disable interrupt vectors

This commit is contained in:
2019-08-15 18:07:11 +02:00
parent 2fd05483ee
commit ddf105a175
5 changed files with 86 additions and 66 deletions

View File

@@ -338,7 +338,7 @@ class InterruptHardware {
}
protected:
static void rxIntHandler()
static void rxIntHandler() FORCE_INLINE
{
auto data = HardwareImpl::rxByteInterrupt();