mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-28 10:33:38 +01:00
Remove duplicates of #define ENABLE_CLOCKGEN from config.h
This commit is contained in:
parent
9dce89ab05
commit
bff854c4e2
@ -49,11 +49,10 @@
|
|||||||
/****/
|
/****/
|
||||||
|
|
||||||
/* [ Clock Generator ---------------------------------------------- ]
|
/* [ Clock Generator ---------------------------------------------- ]
|
||||||
Enable this if you have the clock generator module. This will
|
Disable this if you don't have the clock generator module.
|
||||||
automatically be enabled if you selected HW2 or newer above.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#define ENABLE_CLOCKGEN
|
#define ENABLE_CLOCKGEN
|
||||||
|
|
||||||
/****/
|
/****/
|
||||||
|
|
||||||
@ -528,7 +527,7 @@
|
|||||||
with all Cart Readers
|
with all Cart Readers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#define OPTION_N64_FASTCRC
|
#define OPTION_N64_FASTCRC
|
||||||
|
|
||||||
/****/
|
/****/
|
||||||
|
|
||||||
@ -559,29 +558,21 @@
|
|||||||
#define ENABLE_NEOPIXEL
|
#define ENABLE_NEOPIXEL
|
||||||
#define ENABLE_ROTARY
|
#define ENABLE_ROTARY
|
||||||
//# define rotate_counter_clockwise
|
//# define rotate_counter_clockwise
|
||||||
#define ENABLE_CLOCKGEN
|
|
||||||
#define OPTION_N64_FASTCRC
|
|
||||||
#define OPTION_WS_ADAPTER_V2
|
#define OPTION_WS_ADAPTER_V2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(HW2) || defined(HW3))
|
#if (defined(HW2) || defined(HW3))
|
||||||
#define ENABLE_OLED
|
#define ENABLE_OLED
|
||||||
#define ENABLE_BUTTON2
|
#define ENABLE_BUTTON2
|
||||||
#define ENABLE_CLOCKGEN
|
|
||||||
#define ENABLE_CA_LED
|
#define ENABLE_CA_LED
|
||||||
#define OPTION_N64_FASTCRC
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HW1)
|
#if defined(HW1)
|
||||||
#define ENABLE_OLED
|
#define ENABLE_OLED
|
||||||
//#define ENABLE_CLOCKGEN
|
|
||||||
//#define OPTION_N64_FASTCRC
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SERIAL_MONITOR)
|
#if defined(SERIAL_MONITOR)
|
||||||
#define ENABLE_SERIAL
|
#define ENABLE_SERIAL
|
||||||
//#define ENABLE_CLOCKGEN
|
|
||||||
//#define OPTION_N64_FASTCRC
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Firmware updater only works with HW3 and HW5 */
|
/* Firmware updater only works with HW3 and HW5 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user