Commit 714c1382 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

ertm14/board.h add missing HAS_ABSCAL definition

parent 4f2e6c91
Pipeline #288 failed with stages
in 10 seconds
......@@ -67,6 +67,12 @@ int board_update(void);
#define HAS_IP 0
#endif
#ifdef CONFIG_ABSCAL
#define HAS_ABSCAL 1
#else
#define HAS_ABSCAL 0
#endif
#define HAS_EB 0
#define ERTM14_MAX_CONFIGS 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment