File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- MCU_VARIANT = D6
2
-
3
1
CFLAGS += -DCFG_EXAMPLE_MSC_DUAL_READONLY
4
2
5
3
LDFLAGS += \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ void USBHD_IRQHandler(void) {
24
24
}
25
25
26
26
__attribute__((interrupt )) __attribute__((used ))
27
- void USBHDWakeUp_IRQHandler (void ) {
27
+ void USBWakeUp_IRQHandler (void ) {
28
28
#if CFG_TUD_WCH_USBIP_USBFS
29
29
tud_int_handler (0 );
30
30
#endif
Original file line number Diff line number Diff line change 1
1
/*
2
2
* The MIT License (MIT)
3
3
*
4
- * Copyright (c) 2020 Jacob Berg Potter
5
- * Copyright (c) 2020 Peter Lawrence
6
4
* Copyright (c) 2019 Ha Thach (tinyusb.org)
7
5
* Copyright (c) 2024 Hardy Griech
6
+ * Copyright (c) 2020 Jacob Berg Potter
7
+ * Copyright (c) 2020 Peter Lawrence
8
8
*
9
9
* Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
* of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments