Files
BC3D-firmware/app/by_messy.h

9 lines
140 B
C
Raw Permalink Normal View History

#ifndef _BY_MESSY_H__
#define _BY_MESSY_H__
#include "at32f413.h"
extern void by_messy_loop(void);
extern void by_messy_int(void);
#endif