[sw/bootloader] disable twi by default

This commit is contained in:
Lukas Pajak 2024-12-04 10:00:05 +01:00
parent 9a5bdfba6c
commit 6aa190865d

View file

@ -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 */