From c2c924f9035e8a277e0fcb94ce447151f504f1e9 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Thu, 20 Apr 2023 15:40:11 +0100 Subject: [PATCH] Rename DEVICE_DMESG to DMESG_ENABLE. --- codal.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codal.dev.json b/codal.dev.json index 3435c76f..43401a31 100644 --- a/codal.dev.json +++ b/codal.dev.json @@ -7,7 +7,7 @@ "dev": true }, "config":{ - "DEVICE_DMESG": 1, + "DMESG_ENABLE": 1, "DEVICE_DMESG_BUFFER_SIZE": 1024, "DMESG_SERIAL_DEBUG": 1, "CODAL_DEBUG": 1,