14 lines
143 B
C
14 lines
143 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "bsp/struct_typedef.h"
|
|
#include "device/device.h"
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |