Skip to content
Snippets Groups Projects
Commit 6ee0601d authored by minute's avatar minute
Browse files

lpc: don't assume mb revision

parent 3274fc6a
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,13 @@
#define REFORM_MBREV_20_R3 13 // R2 with "NTC instead of RNG/SS" fix
#define REFORM_MBREV_25_R2 25 // motherboard 2.5
#define REFORM_MOTHERBOARD_REV REFORM_MBREV_25_R2
// don't forget to set this to the correct rev for your motherboard!
#ifndef REFORM_MOTHERBOARD_REV
# define REFORM_MOTHERBOARD_REV REFORM_MBREV_20_R3
#endif
#define REF2_DEBUG 1
// if you have a motherboard made in 2023 (2.5 R-2):
//#define REFORM_MOTHERBOARD_REV REFORM_MBREV_25_R2
// if you have a motherboard made before 2023 (2.0 R-3):
//#define REFORM_MOTHERBOARD_REV REFORM_MBREV_20_R3
//#define REF2_DEBUG 1
#define FW_STRING1 "MREF2LPC"
#if REFORM_MOTHERBOARD_REV == 2
# define FW_STRING2 "D2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment