mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[sw/bootloader] disable twi by default
This commit is contained in:
parent
9a5bdfba6c
commit
6aa190865d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
/** Enable TWI for cooping to RAM */
|
||||
#ifndef TWI_EN
|
||||
#define TWI_EN 1
|
||||
#define TWI_EN 0
|
||||
#endif
|
||||
|
||||
/** TWI Clock pre-scaler */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue