source: azure_iot_hub_riscv/trunk/asp_baseplatform/arch/riscv_gcc/prc_timer.cfg@ 453

Last change on this file since 453 was 453, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 220 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * タイマドライバのコンフィギュレーションファイル
7 */
8
9#include "prc_timer.h"
10ATT_INI({ TA_NULL, 0, prc_timer_initialize });
11ATT_TER({ TA_NULL, 0, prc_timer_terminate });
Note: See TracBrowser for help on using the repository browser.