diff options
| author | hathach <[email protected]> | 2023-11-24 12:04:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-24 12:04:03 +0700 |
| commit | b6059fa942897d3037e6dce2a6f4082b9f2ebb57 (patch) | |
| tree | ca928a5957eff4c73aee2a9454b5108cb2fe0496 | |
| parent | 0601d174b1eaf7a9bfe646ee6595016e58d67ea4 (diff) | |
fix pre-commit end of file
| -rw-r--r-- | hw/bsp/ch32f20x/ch32f20x_conf.h | 1 | ||||
| -rw-r--r-- | hw/bsp/ch32f20x/system_ch32f20x.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/hw/bsp/ch32f20x/ch32f20x_conf.h b/hw/bsp/ch32f20x/ch32f20x_conf.h index f94da5dec..05199ff95 100644 --- a/hw/bsp/ch32f20x/ch32f20x_conf.h +++ b/hw/bsp/ch32f20x/ch32f20x_conf.h @@ -37,4 +37,3 @@ #include "ch32f20x_misc.h" #endif /* __CH32F20x_CONF_H */ - diff --git a/hw/bsp/ch32f20x/system_ch32f20x.h b/hw/bsp/ch32f20x/system_ch32f20x.h index 734c80a5a..cf2f5328b 100644 --- a/hw/bsp/ch32f20x/system_ch32f20x.h +++ b/hw/bsp/ch32f20x/system_ch32f20x.h @@ -23,6 +23,3 @@ extern void SystemCoreClockUpdate(void); #endif #endif /*__CH32F20x_SYSTEM_H */ - - - |
