Add config.h and move LED_DRIVER_STRESS_TEST and FIXED_BUSPAL_BOOTLOADER to it.

This commit is contained in:
László Monda
2017-08-06 17:28:32 +02:00
parent 48cd8f374a
commit 68e2dab576
4 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#include "fsl_common.h"
#include "fsl_port.h"
#include "config.h"
#include "peripherals/test_led.h"
#include "peripherals/reset_button.h"
#include "i2c.h"