mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
13 lines
177 B
C
13 lines
177 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"
|
|
|
|
#endif /* USER_BSP_PD_H_ */
|