source: azure_iot_hub/trunk/asp3_dcre/target/gr_citrus_gcc/target_serial.cfg@ 389

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

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 301 bytes
Line 
1/*
2 * SIOドライバ(GR-CITRUS用)のコンフィギュレーションファイル
3 */
4
5#include <target_serial.h>
6//INCLUDE("unix_sigio.cfg");
7ATT_INI({ TA_NULL, 0, sio_initialize });
8ATT_TER({ TA_NULL, 0, sio_terminate });
9//CRE_ISR( ISR_SIO, { TA_NULL, 0, INTNO_SIGIO, sio_isr, ISRPRI_SIO });
Note: See TracBrowser for help on using the repository browser.