Disable upload for OpenBLT

This commit is contained in:
andreika-git 2024-01-23 21:30:54 +02:00 committed by rusefillc
parent 5a50f613d3
commit 49e1a5f95b
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@
*/
#define BOOT_XCP_SEED_KEY_ENABLE (0)
#define BOOT_XCP_UPLOAD_ENABLE (0)
#endif /* BLT_CONF_H */
/*********************************** end of blt_conf.h *********************************/