summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/IntrinsicsWrapper.h
blob: 9273317cda3f21aa388888ef17128c716def0fce (plain)
1
2
3
4
5
6
7
#ifndef _INTRINSICS_WRAPPER_H
#define _INTRINSICS_WRAPPER_H

void Interrupt_Enable(void);
void Interrupt_Disable(void);

#endif // _INTRINSICS_WRAPPER_H