9 lines
140 B
C
9 lines
140 B
C
|
|
#ifndef _BY_MESSY_H__
|
||
|
|
#define _BY_MESSY_H__
|
||
|
|
|
||
|
|
#include "at32f413.h"
|
||
|
|
|
||
|
|
extern void by_messy_loop(void);
|
||
|
|
extern void by_messy_int(void);
|
||
|
|
|
||
|
|
#endif
|