Skip to content

Commit 2be72a9

Browse files
committed
minor update
1 parent e101299 commit 2be72a9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

hw/bsp/ch32v10x/boards/ch32v103r_r1_1v0/board.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
MCU_VARIANT = D6
2-
31
CFLAGS += -DCFG_EXAMPLE_MSC_DUAL_READONLY
42

53
LDFLAGS += \

hw/bsp/ch32v10x/family.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void USBHD_IRQHandler(void) {
2424
}
2525

2626
__attribute__((interrupt)) __attribute__((used))
27-
void USBHDWakeUp_IRQHandler(void) {
27+
void USBWakeUp_IRQHandler(void) {
2828
#if CFG_TUD_WCH_USBIP_USBFS
2929
tud_int_handler(0);
3030
#endif

src/class/net/ncm_device.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2020 Jacob Berg Potter
5-
* Copyright (c) 2020 Peter Lawrence
64
* Copyright (c) 2019 Ha Thach (tinyusb.org)
75
* Copyright (c) 2024 Hardy Griech
6+
* Copyright (c) 2020 Jacob Berg Potter
7+
* Copyright (c) 2020 Peter Lawrence
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)