Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 14, 2024
1 parent e101299 commit 2be72a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions hw/bsp/ch32v10x/boards/ch32v103r_r1_1v0/board.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
MCU_VARIANT = D6

CFLAGS += -DCFG_EXAMPLE_MSC_DUAL_READONLY

LDFLAGS += \
Expand Down
2 changes: 1 addition & 1 deletion hw/bsp/ch32v10x/family.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void USBHD_IRQHandler(void) {
}

__attribute__((interrupt)) __attribute__((used))
void USBHDWakeUp_IRQHandler(void) {
void USBWakeUp_IRQHandler(void) {
#if CFG_TUD_WCH_USBIP_USBFS
tud_int_handler(0);
#endif
Expand Down
4 changes: 2 additions & 2 deletions src/class/net/ncm_device.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2020 Jacob Berg Potter
* Copyright (c) 2020 Peter Lawrence
* Copyright (c) 2019 Ha Thach (tinyusb.org)
* Copyright (c) 2024 Hardy Griech
* Copyright (c) 2020 Jacob Berg Potter
* Copyright (c) 2020 Peter Lawrence
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 2be72a9

Please sign in to comment.