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_ */
|