BIOI G60/Morgan65: use custom Bluetooth driver (#20897)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user