sn32: we use the ct16b1

This commit is contained in:
Dimitris Mantzouranis 2021-01-23 20:03:55 +02:00
parent c164ee75b8
commit 868fb3a968
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -27,7 +27,7 @@
#ifndef HAL_ST_LLD_H
#define HAL_ST_LLD_H
#include "CT16B0.h"
#include "CT16B1.h"
/*===========================================================================*/
/* Driver constants. */