Skip to content

Commit

Permalink
Fixing Serial
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Nov 10, 2023
1 parent 7e8e540 commit 24d625a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/risc-v/src/jh7110/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ HEAD_ASRC = jh7110_head.S
CHIP_CSRCS = jh7110_start.c jh7110_irq_dispatch.c jh7110_irq.c
CHIP_CSRCS += jh7110_timerisr.c jh7110_allocateheap.c
CHIP_CSRCS += jh7110_mm_init.c jh7110_pgalloc.c
CHIP_CSRCS += bl602_lowputc.c bl602_serial.c
CHIP_CSRCS += bl602_serial.c
10 changes: 5 additions & 5 deletions arch/risc-v/src/jh7110/bl602_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
#include <nuttx/fs/ioctl.h>
#include <nuttx/serial/tioctl.h>

#include "bl602_lowputc.h"
#include "bl602_gpio.h"
////#include "bl602_lowputc.h"
////#include "bl602_gpio.h"

#include "hardware/bl602_uart.h"
#include "hardware/bl602_glb.h"
////#include "hardware/bl602_uart.h"
////#include "hardware/bl602_glb.h"
#include "riscv_internal.h"
#include "bl602_config.h"
////#include "bl602_config.h"
#include "chip.h"

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

0 comments on commit 24d625a

Please sign in to comment.