Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

FastInterruptIn/FastInterruptIn.cpp

Committer:
arnoz
Date:
2021-10-01
Revision:
116:7a67265d7c19
Parent:
82:4f6209cb5c33

File content as of revision 116:7a67265d7c19:

#include "FastInterruptIn.h"

// list heads for port A and D active interrupt handlers
FastInterruptIn *FastInterruptIn::headPortA;
FastInterruptIn *FastInterruptIn::headPortD;