Skip to content
Snippets Groups Projects
Verified Commit 24ea7cd8 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

reform2-lpc-fw: write out descriptive error if REFORM_MOTHERBOARD_REV is missing

parent 932aaf28
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,10 @@
// if you have a motherboard made before 2023 (2.0 R-3):
//#define REFORM_MOTHERBOARD_REV REFORM_MBREV_20_R3
#ifndef REFORM_MOTHERBOARD_REV
# error You must have REFORM_MOTHERBOARD_REV set to the firmware you intend to build
#endif
//#define REF2_DEBUG 1
#define FW_STRING1 "MREF2LPC"
#if REFORM_MOTHERBOARD_REV == 2
......
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