pre-commit fix

This commit is contained in:
hathach
2025-02-12 11:39:26 +07:00
parent 85247e50dd
commit 294fb268d7
6 changed files with 19 additions and 19 deletions

View File

@@ -24,4 +24,4 @@ target_include_directories(${PROJECT} PUBLIC
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_host_example(${PROJECT})
family_configure_host_example(${PROJECT})

View File

@@ -6,4 +6,4 @@ INC += \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk
include ../../rules.mk

View File

@@ -157,4 +157,4 @@ void tuh_midi_rx_cb(uint8_t dev_addr, uint32_t num_packets)
void tuh_midi_tx_cb(uint8_t dev_addr)
{
(void ) dev_addr;
}
}