BIOI G60/Morgan65: use custom Bluetooth driver (#20897)

This commit is contained in:
Ryan
2023-05-20 22:12:59 +10:00
committed by GitHub
parent 7b31c18d46
commit ab8c5013c8
7 changed files with 43 additions and 474 deletions

View File

@@ -15,9 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include <stdbool.h>
#include "host_driver.h"
#include "host.h"
typedef union {
uint32_t raw;
@@ -28,9 +25,6 @@ typedef union {
extern keyboard_config_t ble_config;
extern host_driver_t bluefruit_driver;
extern host_driver_t null_driver;
void send_str(const char *str);
void usart_init(void);
void module_reset(void);