mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[config] disable TWI by default
This commit is contained in:
parent
b10fe4b9c7
commit
88c8ce7418
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
// Enable TWI for copying to RAM
|
||||
#ifndef TWI_EN
|
||||
#define TWI_EN 1
|
||||
#define TWI_EN 0
|
||||
#endif
|
||||
|
||||
// TWI clock prescaler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue