Skip to content

Commit 0f44b6e

Browse files
committed
[nRF52] build with PMU inactive for a while
1 parent 9697c4a commit 0f44b6e

File tree

1 file changed

+1
-1
lines changed
  • software/firmware/source/SoftRF/src/platform

1 file changed

+1
-1
lines changed

software/firmware/source/SoftRF/src/platform/nRF52.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ struct rst_info {
291291
#define USE_RADIOLIB
292292
#endif /* ARDUINO_ARCH_ZEPHYR */
293293
#endif /* ARDUINO_ARCH_MBED */
294-
//#define EXCLUDE_PMU
294+
#define EXCLUDE_PMU
295295

296296
/* FTD-012 data port protocol version 8 and 9 */
297297
#define PFLAA_EXT1_FMT ",%d,%d,%d"

0 commit comments

Comments
 (0)