Switched to LL
This commit is contained in:
parent
4d63ceced3
commit
fe332dea5d
64 changed files with 15308 additions and 37631 deletions
15
App/App.h
Normal file
15
App/App.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __APP_H_INCLUDED__
|
||||
#define __APP_H_INCLUDED__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern"C" {
|
||||
#endif
|
||||
|
||||
void HandleSystick();
|
||||
void HandleSpiDmaIrq();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __APP_H_INCLUDED__ */
|
Loading…
Add table
Add a link
Reference in a new issue