forked from PAWPAW-Mirror/lib_xua
DFU enabled by default in devicedefines.h
This commit is contained in:
@@ -144,7 +144,10 @@
|
|||||||
#undef ADAT_RX
|
#undef ADAT_RX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(DFU) && (DFU == 0)
|
#if !defined(DFU)
|
||||||
|
/* Enable DFU by default */
|
||||||
|
#define DFU 1
|
||||||
|
#elif defined(DFU) && (DFU == 0)
|
||||||
#undef DFU
|
#undef DFU
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user