Files
F407-SX1280-FreeRTOS/Core/Src/Components/InterruptReason.hpp

16 lines
254 B
C++

/*
* InterruptReason.hpp
*
* Created on: Apr 20, 2024
* Author: Gabriel
*/
#ifndef SRC_COMPONENTS_INTERRUPTREASON_HPP_
#define SRC_COMPONENTS_INTERRUPTREASON_HPP_
class InterruptReason {
};
#endif /* SRC_COMPONENTS_INTERRUPTREASON_HPP_ */