mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[config.h] revert original TWI clock prescaler
This commit is contained in:
parent
214430a5c3
commit
fab9c20837
1 changed files with 2 additions and 3 deletions
|
@ -115,7 +115,7 @@
|
|||
|
||||
// TWI clock prescaler, see #NEORV32_CLOCK_PRSC_enum
|
||||
#ifndef TWI_CLK_PRSC
|
||||
#define TWI_CLK_PRSC CLK_PRSC_64
|
||||
#define TWI_CLK_PRSC CLK_PRSC_1024
|
||||
#endif
|
||||
|
||||
// TWI clock divider
|
||||
|
@ -123,7 +123,7 @@
|
|||
#define TWI_CLK_DIV 3
|
||||
#endif
|
||||
|
||||
// TWI allow clock streching
|
||||
// TWI allow clock stretching
|
||||
#ifndef TWI_CLK_STRECH_EN
|
||||
#define TWI_CLK_STRECH_EN 0
|
||||
#endif
|
||||
|
@ -149,4 +149,3 @@
|
|||
#endif
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue