diff options
| -rw-r--r-- | firmware/export/config/sansac200v2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclip.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansae200v2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuze.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansam200v4.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index b9a86cd..bf6f460 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -158,7 +158,7 @@ #define ROM_START 0x00000000 /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD : Samsung S6B33B2 */ #define CONFIG_LCD LCD_C200 diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 63a387b..6cf7ec7 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -159,7 +159,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD */ #define CONFIG_LCD LCD_SSD1303 diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index d973785..5694f0b 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -166,7 +166,7 @@ #define ROM_START 0x00000000 /* Define this to the CPU frequency */ -#define CPU_FREQ 75000000 +#define CPU_FREQ 248000000 /* Type of LCD TODO: hopefully the same as the x5 but check this*/ #define CONFIG_LCD LCD_X5 diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 78b5a0e..dbab7a4 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -168,7 +168,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Type of LCD */ #define CONFIG_LCD LCD_FUZE diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index c2dec98..9a544ff 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -121,7 +121,7 @@ #define CONFIG_I2C I2C_AS3525 /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 248000000 /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |