summaryrefslogtreecommitdiff
path: root/baseboard/nucleo-f412zg/base-board.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/nucleo-f412zg/base-board.c')
-rw-r--r--baseboard/nucleo-f412zg/base-board.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/baseboard/nucleo-f412zg/base-board.c b/baseboard/nucleo-f412zg/base-board.c
deleted file mode 100644
index 15e46f006e..0000000000
--- a/baseboard/nucleo-f412zg/base-board.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-#include "gpio.h"
-
-__overridable void button_event(enum gpio_signal signal)
-{
-}