Switched to LL

This commit is contained in:
Attila Body 2020-11-30 15:58:52 +01:00
parent 4d63ceced3
commit fe332dea5d
64 changed files with 15308 additions and 37631 deletions

15
App/App.h Normal file
View 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__ */