Numworks Epsilon  1.4.1
Graphing Calculator Operating System
set_msp.h
Go to the documentation of this file.
1 #ifndef ION_DEVICE_SETMSP_H
2 #define ION_DEVICE_SETMSP_H
3 
4 #include <stdint.h>
5 
6 extern "C" void set_msp(uint32_t address);
7 
8 #endif
unsigned int uint32_t
Definition: stdint.h:6
void set_msp(uint32_t address)