mbed_controller / Mbed 2 deprecated mbed_controller_demo

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers util.h Source File

util.h

Go to the documentation of this file.
00001 /**
00002  * @file util.h
00003  *
00004  * @brief system wide utility function
00005  *
00006  */
00007 #pragma once
00008 
00009 void print_memstat(void);
00010 
00011