sn32: we use the ct16b1
This commit is contained in:
parent
c164ee75b8
commit
868fb3a968
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "hal.h"
|
||||
#include "CT16.h"
|
||||
#include "CT16B0.h"
|
||||
#include "CT16B1.h"
|
||||
#include "SN32F240B.h"
|
||||
|
||||
#if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef HAL_ST_LLD_H
|
||||
#define HAL_ST_LLD_H
|
||||
|
||||
#include "CT16B0.h"
|
||||
#include "CT16B1.h"
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Driver constants. */
|
||||
|
|
Loading…
Reference in New Issue