1
0
forked from me/IronOS
Files
IronOS/source/Core/BSP/BSP_PD.h
2021-04-05 15:05:12 +10:00

14 lines
251 B
C

/*
* BSP_PD.h
*
* Created on: 21 Jul 2020
* Author: Ralim
*/
#ifndef USER_BSP_PD_H_
#define USER_BSP_PD_H_
#include "BSP.h"
bool getFUS302IRQLow(); // Return true if the IRQ line is still held low
#endif /* USER_BSP_PD_H_ */