Delete config.h

This commit is contained in:
László Monda
2018-08-05 22:49:31 +02:00
parent a441cdf5d2
commit 9cc383a91d
4 changed files with 0 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
#endif

View File

@@ -3,7 +3,6 @@
#include "i2c_watchdog.h"
#include "test_led.h"
#include "init_peripherals.h"
#include "config.h"
// NOTE: Because of a bug in the ROM bootloader of the KL03Z, the watchdog timer is disabled and cannot be re-enabled.
// See https://community.nxp.com/thread/457893

View File

@@ -1,6 +1,5 @@
#include "fsl_lptmr.h"
#include "key_scanner.h"
#include "config.h"
#include "i2c_watchdog.h"
void KEY_SCANNER_HANDLER(void)

View File

@@ -3,7 +3,6 @@
#include "init_peripherals.h"
#include "bootloader.h"
#include <stdio.h>
#include "config.h"
#include "key_scanner.h"
DEFINE_BOOTLOADER_CONFIG_AREA(I2C_ADDRESS_LEFT_KEYBOARD_HALF_BOOTLOADER)