source: asp3_tinet_ecnl_rx/trunk/asp3_dcre/mbed/platform/mbed_error.h@ 374

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

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 167 bytes
Line 
1#ifndef MBED_ERROR_H
2#define MBED_ERROR_H
3
4#include <stdint.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void error(const char *);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif
Note: See TracBrowser for help on using the repository browser.