Skip to content

Commit

Permalink
add missing defines
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-holenko committed Jun 25, 2020
1 parent c49dea3 commit cce7607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firmware/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#include "heartbeat.h"
#include "pcie.h"

#define CLKGEN_STATUS_BUSY 0x1
#define CLKGEN_STATUS_PROGDONE 0x2
#define CLKGEN_STATUS_LOCKED 0x4

/*
----------------->>> Time ----------->>>
Expand Down

0 comments on commit cce7607

Please sign in to comment.