Drop git module

This commit is contained in:
Ben V. Brown
2022-04-02 18:15:57 +11:00
parent 8bd6e0983e
commit f004fab4c5
4 changed files with 78 additions and 48 deletions

View File

@@ -24,16 +24,8 @@
#ifndef __BL602_CONFIG_H__
#define __BL602_CONFIG_H__
#if defined(bl602_iot)
#include "bl602_iot/peripheral_config.h"
#include "bl602_iot/clock_config.h"
#include "bl602_iot/pinmux_config.h"
#elif defined(bl602_boot2)
#include "bl602_boot2/peripheral_config.h"
#include "bl602_boot2/clock_config.h"
#include "bl602_boot2/pinmux_config.h"
#else
#error "do not find board,please check your board name"
#endif
#include "clock_config.h"
#include "peripheral_config.h"
#include "pinmux_config.h"
#endif