forked from papadkostas/RDA5807M
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.h
24 lines (20 loc) · 847 Bytes
/
main.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
//--------------------------------------------------------------
// File : main.h
//--------------------------------------------------------------
//--------------------------------------------------------------
#ifndef __MAIN_H
#define __MAIN_H
//--------------------------------------------------------------
// Includes
//--------------------------------------------------------------
#include "stm32f4xx.h"
#include "stm32_ub_stemwin.h"
//--------------------------------------------------------------
// Global Functions
//--------------------------------------------------------------
//--------------------------------------------------------------
// Global Variables
//--------------------------------------------------------------
char buf[30];
//--------------------------------------------------------------
#endif // __MAIN_H