WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
nsdynmemLIB_stub.h
00001 /* 00002 * Copyright (c) 2015 ARM Limited. All rights reserved. 00003 */ 00004 #ifndef __NSDYNMEMLIB_STUB_H__ 00005 #define __NSDYNMEMLIB_STUB_H__ 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 #include "stdint.h" 00012 00013 typedef struct { 00014 uint8_t returnCounter; 00015 void* expectedPointer; 00016 } nsdynmemlib_stub_data_t; 00017 00018 extern nsdynmemlib_stub_data_t nsdynmemlib_stub; 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif
Generated on Tue Jul 12 2022 12:28:46 by
1.7.2
