observe fixes

Dependencies:   nanoservice_client_1_12_X Nanostack_lib

Fork of mbedEndpointNetwork_6LowPAN by Doug Anson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers arm_port.h Source File

arm_port.h

00001 #ifndef ARM_PORT_H
00002 #define ARM_PORT_H
00003 
00004 #include "core_cmFunc.h"
00005 
00006 typedef unsigned char const prog_uint8_t;
00007 typedef unsigned long int prog_uint32_t;
00008 
00009 #define pl_int_disable() __disable_irq()
00010 #define pl_int_enable() __enable_irq()
00011 
00012 #endif /* ARM_PORT_H_ */