From 27de4e1fb8bcdbdd8cb882fc0d7a2c152b4e027a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 3 Apr 2018 07:20:11 +0200 Subject: bsps: Move libchip to bsps This patch is a part of the BSP source reorganization. Update #3285. --- c/src/libchip/rtc/icm7170_reg2.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 c/src/libchip/rtc/icm7170_reg2.c (limited to 'c/src/libchip/rtc/icm7170_reg2.c') diff --git a/c/src/libchip/rtc/icm7170_reg2.c b/c/src/libchip/rtc/icm7170_reg2.c deleted file mode 100644 index 179d76c6f5..0000000000 --- a/c/src/libchip/rtc/icm7170_reg2.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file contains a typical set of register access routines which may be - * used with the icm7170 chip if accesses to the chip are as follows: - * - * + registers are accessed as bytes - * + registers are on 16-bit boundaries - * - * COPYRIGHT (c) 1989-1997. - * On-Line Applications Research Corporation (OAR). - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.org/license/LICENSE. - */ - -#define _ICM7170_MULTIPLIER 2 -#define _ICM7170_NAME(_X) _X##_2 -#define _ICM7170_TYPE uint8_t - -#include "icm7170_reg.c" -- cgit v1.2.3