Make the KSDK not depend on the UHK firmware.

This commit is contained in:
László Monda
2017-02-18 21:24:24 +01:00
parent bc5aeb58ee
commit f2c20af612
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "fsl_i2c.h" #include "fsl_i2c.h"
#include "init_peripherials.h"
/******************************************************************************* /*******************************************************************************
* Definitions * Definitions
******************************************************************************/ ******************************************************************************/
@@ -147,7 +147,7 @@ static i2c_isr_t s_i2cMasterIsr;
static i2c_isr_t s_i2cSlaveIsr; static i2c_isr_t s_i2cSlaveIsr;
/* SGF @brief Extern counter to ensure that I2C is always alive */ /* SGF @brief Extern counter to ensure that I2C is always alive */
extern uint32_t I2C_Watchdog; uint32_t I2C_Watchdog;
/******************************************************************************* /*******************************************************************************
* Codes * Codes

View File

@@ -32,6 +32,8 @@
#include "fsl_common.h" #include "fsl_common.h"
extern uint32_t I2C_Watchdog;
/*! /*!
* @addtogroup i2c_driver * @addtogroup i2c_driver
* @{ * @{