Make the KSDK not depend on the UHK firmware.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include "fsl_common.h"
|
#include "fsl_common.h"
|
||||||
|
|
||||||
|
extern uint32_t I2C_Watchdog;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @addtogroup i2c_driver
|
* @addtogroup i2c_driver
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
Reference in New Issue
Block a user