source: azure_iot_hub_riscv/trunk/asp_baseplatform/monitor/monitor.cfg

Last change on this file 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: 212 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * モニタタスクのコンフィギュレーション
7 */
8
9#include "monitor.h"
10CRE_TSK(MONTASK, { TA_ACT, MONITOR_PORTID, monitor,
11 MONITOR_PRIORITY, MONITOR_STACK_SIZE, NULL });
Note: See TracBrowser for help on using the repository browser.