File tree Expand file tree Collapse file tree
ports/atmel-samd/boards/sparkfun_samd51_micromod Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 *
44 * The MIT License (MIT)
55 *
6- * Copyright (c) 2021 Dan Halbert for Adafruit Industries
6+ * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
77 *
88 * Permission is hereby granted, free of charge, to any person obtaining a copy
99 * of this software and associated documentation files (the "Software"), to deal
2424 * THE SOFTWARE.
2525 */
2626
27- << << << < HEAD : shared - module / keypad / __init__ .h
28- #ifndef SHARED_MODULE_KEYPAD_H
29- #define SHARED_MODULE_KEYPAD_H
30- == == == =
3127#include "supervisor/board.h"
3228#include "mpconfigboard.h"
33- >> >> >> > adafruit / main : ports / atmel - samd / boards / sparkfun_samd51_micromod / board .c
3429
35- #endif // SHARED_MODULE_KEYPAD_H
30+ void board_init (void ) {
31+ }
32+
33+ bool board_requests_safe_mode (void ) {
34+ return false;
35+ }
36+
37+ void reset_board (void ) {
38+ }
You can’t perform that action at this time.
0 commit comments