-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmu.h
33 lines (21 loc) · 1022 Bytes
/
cmu.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//***********************************************************************************
// Include files
//***********************************************************************************
#ifndef CMU_HG
#define CMU_HG
/* System include statements */
/* Silicon Labs include statements */
#include "em_cmu.h"
#include "em_assert.h"
/* The developer's include statements */
//***********************************************************************************
// defined files
//***********************************************************************************
//***********************************************************************************
// global variables
//***********************************************************************************
//***********************************************************************************
// function prototypes
//***********************************************************************************
void cmu_open(void);
#endif