summaryrefslogtreecommitdiff
path: root/board/puppy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/puppy/board.h')
-rw-r--r--board/puppy/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/puppy/board.h b/board/puppy/board.h
index 79a993dd54..66f0cc1ae5 100644
--- a/board/puppy/board.h
+++ b/board/puppy/board.h
@@ -35,9 +35,6 @@ enum module_id {
MODULE_CHIPSET,
};
-/* By default, enable all console messages except keyboard */
-#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
-
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_A, GPIO_B, GPIO_C