Skip to content

Commit 769cbc9

Browse files
aacuevasjonnew
authored andcommitted
Update persistent heartbeat id to 35
id 34 was already used by the raw i2c device on the acquisition board v3 gateware hardware fix in open-ephys/onix-common-hdl#28
1 parent 91b1bec commit 769cbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenEphys.Onix1/ConfigurePersistentHeartbeat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public override IObservable<ContextTask> Process(IObservable<ContextTask> source
7777
[EquivalentDataSource(typeof(Heartbeat))]
7878
static class PersistentHeartbeat
7979
{
80-
public const int ID = 34;
80+
public const int ID = 35;
8181

8282
public const uint ENABLE = 0; // Heartbeat enable state (read only; always enabled for this device).
8383
public const uint CLK_DIV = 1; // Heartbeat clock divider ratio. Minimum value is CLK_HZ / 10e6.

0 commit comments

Comments
 (0)