Skip to content

Commit

Permalink
remove "steami_tim" usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthbdn committed Aug 29, 2024
1 parent b635f1f commit 7b860da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/board/steami/steami32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdlib.h>
#include <ctype.h>
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7b860da

Please sign in to comment.