From 7b860daa707e3e6526d18f0ea4e06bd2b2c3f87b Mon Sep 17 00:00:00 2001 From: Jonathan BAUDIN Date: Thu, 29 Aug 2024 11:30:29 +0200 Subject: [PATCH] remove "steami_tim" usage --- source/board/steami/steami32.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/board/steami/steami32.c b/source/board/steami/steami32.c index b07196027..f456e92b8 100644 --- a/source/board/steami/steami32.c +++ b/source/board/steami/steami32.c @@ -92,7 +92,6 @@ The error register provides information on errors encountered by the device. #include "w25q64.h" #include "steami_flash.h" #include "error_status.h" -#include "steami_tim.h" #include #include @@ -410,11 +409,6 @@ static void prerun_board_config(void) steami_led_init(); - // if(! steami_tim_init(10) ){ - // steami_error_file_set_content( "TIM init failed"); - // return; - // } - if( ! steami_uart_init() ){ steami_error_file_set_content( "UART init failed"); return;