17 lines
242 B
C
17 lines
242 B
C
|
|
/*
|
||
|
|
* App_Auto.h
|
||
|
|
*
|
||
|
|
* Created on: Apr 16, 2026
|
||
|
|
* Author: monosail
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef APP_AUTO_H_
|
||
|
|
#define APP_AUTO_H_
|
||
|
|
#include "mymidififo1.h"
|
||
|
|
|
||
|
|
extern void App_Auto_Init(void);
|
||
|
|
|
||
|
|
extern MidiFifoSeq_t m_MidiSendFifo;
|
||
|
|
|
||
|
|
#endif /* APP_AUTO_H_ */
|