Skip to content

Commit

Permalink
Fixing Serial
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Nov 9, 2023
1 parent 18e4518 commit 7e8e540
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/risc-v/src/jh7110/bl602_lowputc.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@

#include <arch/board/board.h>

#include "hardware/bl602_hbn.h"
#include "hardware/bl602_uart.h"
////#include "hardware/bl602_hbn.h"
////#include "hardware/bl602_uart.h"

#include "bl602_lowputc.h"
#include "bl602_gpio.h"
#include "bl602_hbn.h"
////#include "bl602_gpio.h"
////#include "bl602_hbn.h"
#include "riscv_internal.h"
#include "bl602_config.h"
////#include "bl602_config.h"
#include "chip.h"

/****************************************************************************
Expand Down

0 comments on commit 7e8e540

Please sign in to comment.