summaryrefslogtreecommitdiff
path: root/stm32cubemx/Inc/main.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-11 11:36:52 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-11 11:36:52 +0200
commit8665bdbf682bdff02576a6f4393f09bc56572043 (patch)
tree54b1f51c0b3e5f5dd577720a9cd54e28be19d97f /stm32cubemx/Inc/main.h
parenteabbd037f5f605a9ecf06185cd62594eb4564bce (diff)
downloadradio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.gz
radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.bz2
radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.xz
radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.zip
wip
Diffstat (limited to 'stm32cubemx/Inc/main.h')
-rw-r--r--stm32cubemx/Inc/main.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/stm32cubemx/Inc/main.h b/stm32cubemx/Inc/main.h
index 951e332..3078082 100644
--- a/stm32cubemx/Inc/main.h
+++ b/stm32cubemx/Inc/main.h
@@ -46,8 +46,6 @@
/* Includes ------------------------------------------------------------------*/
/* USER CODE BEGIN Includes */
-#include "stm32f1xx_hal_dma.h"
-#include "stm32f1xx_hal_tim.h"
/* USER CODE END Includes */
/* Private define ------------------------------------------------------------*/
@@ -58,12 +56,6 @@
extern "C" {
#endif
-void main_pre_init();
-void main_post_init();
-void main_loop();
-
-void it_tim1(TIM_HandleTypeDef *htim1);
-
#ifdef __cplusplus
}
#endif