diff options
| -rw-r--r-- | firmware/export/config-h100.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index d7931b2..6c1487e 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -28,4 +28,7 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* Define this to the CPU frequency */ +#define CPU_FREQ 11289600 + #endif |