Skip to content

Commit

Permalink
More precise clock tick value
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedden committed Aug 16, 2017
1 parent 97f230f commit 7ffd77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/src/lib/libbsp/riscv32/hifive1/include/fe310.h
Expand Up @@ -23,8 +23,8 @@
#define USE_PLL

/* Clock parameters */
#define FE310_CLOCK_PERIOD 313
#define CONFIGURE_MICROSECONDS_PER_TICK 9552
#define FE310_CLOCK_PERIOD 512
#define CONFIGURE_MICROSECONDS_PER_TICK 15625


#endif /* FE310_H */

0 comments on commit 7ffd77f

Please sign in to comment.