decoupled user code from hal main mess

This commit is contained in:
2016-09-02 18:01:13 +02:00
parent 6ec9fe86be
commit fc7f31f033
4 changed files with 102 additions and 50 deletions
+14
View File
@@ -0,0 +1,14 @@
//
// Created by MightyPork on 2.9.16.
//
#ifndef F107_FFT_USER_MAIN_H
#define F107_FFT_USER_MAIN_H
void user_main();
void user_Error_Handler();
void user_assert_failed(uint8_t* file, uint32_t line);
#endif //F107_FFT_USER_MAIN_H