source: azure_iot_hub/trunk/asp3_dcre/mbed/platform/mbed_critical.h@ 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/x-chdr;charset=UTF-8
File size: 236 bytes
RevLine 
[388]1#ifndef MBED_CRITICAL_H
2#define MBED_CRITICAL_H
3
4#include <stdint.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void core_util_critical_section_enter(void);
11void core_util_critical_section_exit(void);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif
Note: See TracBrowser for help on using the repository browser.