Commit 5e977a9c authored by Dimitris Lampridis's avatar Dimitris Lampridis

fw/tdcx2: add one alarm

The alarm was missing because the design was copied from the tdc-fd
one, where the tdc had no alarms but the fd had one.

Closes #13.
parent 1a57f649
......@@ -15,7 +15,7 @@
#define CPU_IDX 0
#define NBR_RULES 16
#define NBR_DEVICES 2
#define NBR_ALARMS 0
#define NBR_ALARMS 1
#define DEVICES_NBR_CHS { 5, 5, 0, 0}
#define DEVICES_CHS_DIR { WRTD_CH_DIR_IN, WRTD_CH_DIR_IN, 0, 0}
#define APP_ID 0x35D2
......
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