Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
nanostack_heap_region.h
00001 /* 00002 * Copyright (c) 2019 ARM Limited. All rights reserved. 00003 */ 00004 00005 #ifndef NANOSTACK_HEAP_REGION_H 00006 #define NANOSTACK_HEAP_REGION_H 00007 00008 #ifdef __cplusplus 00009 extern "C" 00010 { 00011 #endif 00012 00013 void nanostack_heap_region_add(void); 00014 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif 00019 00020 #endif /* NANOSTACK_HEAP_REGION_H */
Generated on Tue Jul 12 2022 20:25:37 by
1.7.2