Don't reference bootloader.h anymore because it has been removed.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "kboot.h"
|
||||
#include "i2c_addresses.h"
|
||||
#include "bootloader.h"
|
||||
|
||||
__attribute__((used, section(".BootloaderConfig"))) const bootloader_config_t BootloaderConfig = {
|
||||
.tag = 0x6766636B, // Magic Number
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "main.h"
|
||||
#include "init_clock.h"
|
||||
#include "init_peripherals.h"
|
||||
#include "bootloader.h"
|
||||
|
||||
key_matrix_t keyMatrix = {
|
||||
.colNum = KEYBOARD_MATRIX_COLS_NUM,
|
||||
|
||||
Reference in New Issue
Block a user