diff --git a/ch32v003fun/ch32v003fun.h b/ch32v003fun/ch32v003fun.h
index da4a8f25cee069811364ee81377e8fbe31258ca5..ebc919d880b08133e482ebbb717cf05d19dfa344 100644
--- a/ch32v003fun/ch32v003fun.h
+++ b/ch32v003fun/ch32v003fun.h
@@ -45,7 +45,7 @@
 #define FUNCONF_USE_HSI 1               // Use HSI Internal Oscillator
 #define FUNCONF_USE_HSE 0               // Use External Oscillator
 #define FUNCONF_HSITRIM 0x10            // Use factory calibration on HSI Trim.
-#define FUNCONF_SYSTEM_CORE_CLOCK 48000000  // Computed Clock in Hz.
+#define FUNCONF_SYSTEM_CORE_CLOCK 48000000  // Computed Clock in Hz (Default only for 003, other chips have other defaults)
 #define FUNCONF_HSE_BYPASS 0            // Use HSE Bypass feature (for oscillator input)
 #define FUNCONF_USE_CLK_SEC	1			// Use clock security system, enabled by default
 #define FUNCONF_USE_DEBUGPRINTF 1